Skip to content

Commit

Permalink
seq_file: fix new kernel-doc warnings
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rddunlap authored and torvalds committed Mar 7, 2010
1 parent 4a31c08 commit 138860b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/seq_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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().
*/
Expand Down Expand Up @@ -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().
*
Expand Down

0 comments on commit 138860b

Please sign in to comment.