Skip to content

Commit 254adaa

Browse files
rddunlaptorvalds
authored andcommitted
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>
1 parent 2094f16 commit 254adaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/seq_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ EXPORT_SYMBOL(seq_read);
296296
* seq_lseek - ->llseek() method for sequential files.
297297
* @file: the file in question
298298
* @offset: new position
299-
* @origin: 0 for absolute, 1 for relative position
299+
* @whence: 0 for absolute, 1 for relative position
300300
*
301301
* Ready-made ->f_op->llseek()
302302
*/

0 commit comments

Comments
 (0)