aboutsummaryrefslogtreecommitdiffstats
path: root/fs/seq_file.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2013-01-09 17:13:00 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2013-01-10 14:35:24 -0800
commit254adaa465c40151df11fc1f88f93e6e86eb61d4 (patch)
tree1cd84883e26e21273aa719e7914b0f925ced03f1 /fs/seq_file.c
parentpci: fix iov.c kernel-doc warnings (diff)
downloadlinux-dev-254adaa465c40151df11fc1f88f93e6e86eb61d4.tar.xz
linux-dev-254adaa465c40151df11fc1f88f93e6e86eb61d4.zip
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>
Diffstat (limited to 'fs/seq_file.c')
-rw-r--r--fs/seq_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/seq_file.c b/fs/seq_file.c
index 9d863fb501f9..f2bc3dfd0b88 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()
*/