Commit 068e379d authored by Olaf Hering's avatar Olaf Hering Committed by Linus Torvalds

[PATCH] typo in include/linux/compiler.h

small nitpick, __KERNEL__ is the inner ifdef.
Signed-off-by: default avatarOlaf Hering <olh@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 230c59ec
...@@ -74,10 +74,10 @@ extern void __chk_io_ptr(void __iomem *); ...@@ -74,10 +74,10 @@ extern void __chk_io_ptr(void __iomem *);
(typeof(ptr)) (__ptr + (off)); }) (typeof(ptr)) (__ptr + (off)); })
#endif #endif
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* __ASSEMBLY__ */
/* /*
* Allow us to mark functions as 'deprecated' and have gcc emit a nice * Allow us to mark functions as 'deprecated' and have gcc emit a nice
* warning for each use, in hopes of speeding the functions removal. * warning for each use, in hopes of speeding the functions removal.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment