From 84c8f916a50dd203c81d6a2b2de0cb89ae2f5e3c Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 4 Mar 2010 09:37:12 -0800 Subject: [PATCH] --- yaml --- r: 186499 b: refs/heads/master c: 138860b95359feee49a31fb12be87825e4cd84ac h: refs/heads/master i: 186497: e57c664fff3cf8dee6bca7fa1265d8b68c9ceb05 186495: 9daf12780197a8dd132ffaed99070604bac58d20 v: v3 --- [refs] | 2 +- trunk/fs/seq_file.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f113f416b1ac..9756eaac5a70 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4a31c08d2fecc74a630653828f5388fbb037f8c2 +refs/heads/master: 138860b95359feee49a31fb12be87825e4cd84ac diff --git a/trunk/fs/seq_file.c b/trunk/fs/seq_file.c index 5afd554efad3..e1f437be6c3c 100644 --- a/trunk/fs/seq_file.c +++ b/trunk/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(). *