diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/seq_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/seq_file.c b/fs/seq_file.c index 5afd554efad3..e1f437be6c3c 100644 --- a/fs/seq_file.c +++ b/fs/seq_file.c | |||
| @@ -734,7 +734,7 @@ EXPORT_SYMBOL(seq_hlist_start_head); | |||
| 734 | * seq_hlist_next - move to the next position of the hlist | 734 | * seq_hlist_next - move to the next position of the hlist |
| 735 | * @v: the current iterator | 735 | * @v: the current iterator |
| 736 | * @head: the head of the hlist | 736 | * @head: the head of the hlist |
| 737 | * @pos: the current posision | 737 | * @ppos: the current position |
| 738 | * | 738 | * |
| 739 | * Called at seq_file->op->next(). | 739 | * Called at seq_file->op->next(). |
| 740 | */ | 740 | */ |
| @@ -800,7 +800,7 @@ EXPORT_SYMBOL(seq_hlist_start_head_rcu); | |||
| 800 | * seq_hlist_next_rcu - move to the next position of the hlist protected by RCU | 800 | * seq_hlist_next_rcu - move to the next position of the hlist protected by RCU |
| 801 | * @v: the current iterator | 801 | * @v: the current iterator |
| 802 | * @head: the head of the hlist | 802 | * @head: the head of the hlist |
| 803 | * @pos: the current posision | 803 | * @ppos: the current position |
| 804 | * | 804 | * |
| 805 | * Called at seq_file->op->next(). | 805 | * Called at seq_file->op->next(). |
| 806 | * | 806 | * |
