dect
/
linux-2.6
Archived
13
0
Fork 0

seq_file: fix new kernel-doc warnings

Fix kernel-doc notation in new seq-file functions and
correct spelling.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Li Zefan <lizf@cn.fujitsu.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Randy Dunlap 2010-03-04 09:37:12 -08:00 committed by Linus Torvalds
parent 4a31c08d2f
commit 138860b953
1 changed files with 2 additions and 2 deletions

View File

@ -734,7 +734,7 @@ EXPORT_SYMBOL(seq_hlist_start_head);
* seq_hlist_next - move to the next position of the hlist
* @v: the current iterator
* @head: the head of the hlist
* @pos: the current posision
* @ppos: the current position
*
* Called at seq_file->op->next().
*/
@ -800,7 +800,7 @@ EXPORT_SYMBOL(seq_hlist_start_head_rcu);
* seq_hlist_next_rcu - move to the next position of the hlist protected by RCU
* @v: the current iterator
* @head: the head of the hlist
* @pos: the current posision
* @ppos: the current position
*
* Called at seq_file->op->next().
*