]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
kernel.h: fix kernel-doc warning
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 31 Jan 2011 17:29:14 +0000 (09:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 31 Jan 2011 22:23:22 +0000 (08:23 +1000)
Fix kernel-doc warning in kernel.h from commit 7ef88ad56145
("BUILD_BUG_ON: make it handle more cases"):

  Warning(include/linux/kernel.h:605): No description found for parameter 'condition'
  Warning(include/linux/kernel.h:605): Excess function parameter 'cond' description in 'BUILD_BUG_ON'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h

index e2f4d6af2125436026e016a1f7cd82201f6264fd..2fe6e84894a4bc10006511bbbb67b15d8197958d 100644 (file)
@@ -588,7 +588,7 @@ struct sysinfo {
 
 /**
  * BUILD_BUG_ON - break compile if a condition is true.
- * @cond: the condition which the compiler should know is false.
+ * @condition: the condition which the compiler should know is false.
  *
  * If you have some code which relies on certain constants being equal, or
  * other compile-time-evaluated condition, you should use BUILD_BUG_ON to