Skip to content
Snippets Groups Projects
Commit 7812193c authored by Matt Turner's avatar Matt Turner
Browse files

alpha: c_next should increase position index


Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent e66dd01e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment