From: Randy Dunlap Date: Thu, 10 Jan 2013 01:13:00 +0000 (-0800) Subject: seq_file: fix new kernel-doc warnings X-Git-Tag: v3.8-rc4~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=254adaa465c40151df11fc1f88f93e6e86eb61d4;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 Cc: Alexander Viro Signed-off-by: Linus Torvalds --- diff --git a/fs/seq_file.c b/fs/seq_file.c index 9d863fb..f2bc3df 100644 --- a/fs/seq_file.c +++ b/fs/seq_file.c @@ -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() */