From: Randy Dunlap Date: Thu, 10 Jan 2013 01:13:00 +0000 (-0800) Subject: seq_file: fix new kernel-doc warnings X-Git-Tag: Ubuntu-5.13.0-19.19~23072 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=254adaa465c40151df11fc1f88f93e6e86eb61d4;p=mirror_ubuntu-jammy-kernel.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 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() */