瀏覽代碼

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>
Randy Dunlap 15 年之前
父節點
當前提交
138860b953
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fs/seq_file.c

+ 2 - 2
fs/seq_file.c

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