From: Robert P. J. Day Date: Tue, 29 Apr 2008 08:01:14 +0000 (-0700) Subject: ipmi: make comment match actual preprocessor check X-Git-Tag: upstream/snapshot3+hdmi~25680 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66ec2d778657b1a58ad26d0bc3b39b92bca69b53;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ipmi: make comment match actual preprocessor check Signed-off-by: Robert P. J. Day Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/ipmi.h b/include/linux/ipmi.h index 2f75c46..7ebdb4f 100644 --- a/include/linux/ipmi.h +++ b/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. */