* [PATCH] typo in include/linux/compiler.h
@ 2005-02-20 21:30 Olaf Hering
0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2005-02-20 21:30 UTC (permalink / raw)
To: Andrew Morton, linux-kernel
small nitpick, __KERNEL__ is the inner ifdef.
Signed-off-by: Olaf Hering <olh@suse.de>
diff -purN linux-2.6.11-rc4.orig/include/linux/compiler.h linux-2.6.11-rc4-klibc/include/linux/compiler.h
--- linux-2.6.11-rc4.orig/include/linux/compiler.h 2005-02-13 04:06:55.000000000 +0100
+++ linux-2.6.11-rc4-klibc/include/linux/compiler.h 2005-02-20 17:16:47.340324407 +0100
@@ -72,10 +72,10 @@ extern void __chk_io_ptr(void __iomem *)
(typeof(ptr)) (__ptr + (off)); })
#endif
-#endif /* __ASSEMBLY__ */
-
#endif /* __KERNEL__ */
+#endif /* __ASSEMBLY__ */
+
/*
* Allow us to mark functions as 'deprecated' and have gcc emit a nice
* warning for each use, in hopes of speeding the functions removal.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-20 21:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-20 21:30 [PATCH] typo in include/linux/compiler.h Olaf Hering
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox