Commit 138860b95359feee49a31fb12be87825e4cd84ac
Committed by
Linus Torvalds
1 parent
4a31c08d2f
Exists in
master
and in
39 other branches
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>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
fs/seq_file.c
... | ... | @@ -734,7 +734,7 @@ |
734 | 734 | * seq_hlist_next - move to the next position of the hlist |
735 | 735 | * @v: the current iterator |
736 | 736 | * @head: the head of the hlist |
737 | - * @pos: the current posision | |
737 | + * @ppos: the current position | |
738 | 738 | * |
739 | 739 | * Called at seq_file->op->next(). |
740 | 740 | */ |
... | ... | @@ -800,7 +800,7 @@ |
800 | 800 | * seq_hlist_next_rcu - move to the next position of the hlist protected by RCU |
801 | 801 | * @v: the current iterator |
802 | 802 | * @head: the head of the hlist |
803 | - * @pos: the current posision | |
803 | + * @ppos: the current position | |
804 | 804 | * |
805 | 805 | * Called at seq_file->op->next(). |
806 | 806 | * |