]> git.baikalelectronics.ru Git - kernel.git/commit
fs: fix namei.c kernel-doc notation
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 9 Jan 2011 03:36:21 +0000 (19:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jan 2011 15:38:53 +0000 (07:38 -0800)
commitd215ba9875d4b74e2a2b6763e09c0cbad093b05f
treeedea4bf852861bc126274b186f2997366ea09a34
parentfd152ebc3c8c5b437915bbd7b1cdb3557925c74f
fs: fix namei.c kernel-doc notation

Fix new kernel-doc notation warnings in fs/namei.c and spell
ECHILD correctly.

  Warning(fs/namei.c:218): No description found for parameter 'flags'
  Warning(fs/namei.c:425): Excess function parameter 'Returns' description in 'nameidata_drop_rcu'
  Warning(fs/namei.c:478): Excess function parameter 'Returns' description in 'nameidata_dentry_drop_rcu'
  Warning(fs/namei.c:540): Excess function parameter 'Returns' description in 'nameidata_drop_rcu_last'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Nick Piggin <npiggin@kernel.dk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/namei.c