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>

No differences found
This page took 0.029113 seconds and 5 git commands to generate.