From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH] seq_file: fix new kernel-doc warnings Date: Thu, 4 Mar 2010 09:37:12 -0800 Message-ID: <20100304093712.85d3dfe4.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Li Zefan , Alexander Viro To: linux-fsdevel@vger.kernel.org, torvalds Return-path: Received: from rcsinet12.oracle.com ([148.87.113.124]:39144 "EHLO rcsinet12.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751727Ab0CDRi6 (ORCPT ); Thu, 4 Mar 2010 12:38:58 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Randy Dunlap Fix kernel-doc notation in new seq-file functions and correct spelling. Signed-off-by: Randy Dunlap Cc: Li Zefan Cc: Alexander Viro --- fs/seq_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.33-git9.orig/fs/seq_file.c +++ linux-2.6.33-git9/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 * @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(). *