Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 138860b9 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

seq_file: fix new kernel-doc warnings



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

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Li Zefan <lizf@cn.fujitsu.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4a31c08d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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().
 *