seq_file: fix new kernel-doc warnings
authorRandy Dunlap <[email protected]>
Thu, 4 Mar 2010 17:37:12 +0000 (09:37 -0800)
committerLinus Torvalds <[email protected]>
Sun, 7 Mar 2010 23:48:26 +0000 (15:48 -0800)
Fix kernel-doc notation in new seq-file functions and
correct spelling.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Li Zefan <[email protected]>
Cc: Alexander Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/seq_file.c

index 5afd554efad32cbcb620838178f84ec0b5debc9b..e1f437be6c3c85c288ca3d3b76c15bf409da0f4c 100644 (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().
  *