mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 16:25:34 +00:00
alpha: c_next should increase position index
Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
e66dd01e33
commit
7812193ca8
1 changed files with 1 additions and 0 deletions
|
@ -1420,6 +1420,7 @@ c_start(struct seq_file *f, loff_t *pos)
|
|||
static void *
|
||||
c_next(struct seq_file *f, void *v, loff_t *pos)
|
||||
{
|
||||
(*pos)++;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue