dect
/
linux-2.6
Archived
13
0
Fork 0

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 <rdunlap@infradead.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Randy Dunlap 2013-01-09 17:13:00 -08:00 committed by Linus Torvalds
parent 2094f167f6
commit 254adaa465
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ EXPORT_SYMBOL(seq_read);
* seq_lseek - ->llseek() method for sequential files.
* @file: the file in question
* @offset: new position
* @origin: 0 for absolute, 1 for relative position
* @whence: 0 for absolute, 1 for relative position
*
* Ready-made ->f_op->llseek()
*/