public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] IPMI: Make comment match actual preprocessor check
@ 2008-04-21 19:34 Corey Minyard
  2008-04-27 19:30 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2008-04-21 19:34 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Kernel, Robert P. J. Day, OpenIPMI Developers

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Corey Minyard <cminyard@mvista.com>

Index: linux-2.6.24/include/linux/ipmi.h
===================================================================
--- linux-2.6.24.orig/include/linux/ipmi.h
+++ linux-2.6.24/include/linux/ipmi.h
@@ -64,7 +64,7 @@
  * applications and another for userland applications.  The
  * capabilities are basically the same for both interface, although
  * the interfaces are somewhat different.  The stuff in the
- * #ifdef KERNEL below is the in-kernel interface.  The userland
+ * #ifdef __KERNEL__ below is the in-kernel interface.  The userland
  * interface is defined later in the file.  */
 
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-27 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 19:34 [PATCH 1/3] IPMI: Make comment match actual preprocessor check Corey Minyard
2008-04-27 19:30 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox