seq_file: fix new kernel-doc warnings
authorRandy Dunlap <[email protected]>
Thu, 10 Jan 2013 01:13:00 +0000 (17:13 -0800)
committerLinus Torvalds <[email protected]>
Thu, 10 Jan 2013 22:35:24 +0000 (14:35 -0800)
commit254adaa465c40151df11fc1f88f93e6e86eb61d4
tree1cd84883e26e21273aa719e7914b0f925ced03f1
parent2094f167f676f748d205294084828540824f0e3f
seq_file: fix new kernel-doc warnings

Fix kernel-doc warnings in fs/seq_file.c:

  Warning(fs/seq_file.c:304): No description found for parameter 'whence'
  Warning(fs/seq_file.c:304): Excess function parameter 'origin' description in 'seq_lseek'

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Alexander Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/seq_file.c