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>

authored by Randy Dunlap and committed by Linus Torvalds 138860b9 4a31c08d

+2 -2
+2 -2
fs/seq_file.c
··· 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 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 *