提交 7812193c 编写于 作者: M Matt Turner

alpha: c_next should increase position index

Signed-off-by: NMatt Turner <mattst88@gmail.com>
上级 e66dd01e
...@@ -1420,6 +1420,7 @@ c_start(struct seq_file *f, loff_t *pos) ...@@ -1420,6 +1420,7 @@ c_start(struct seq_file *f, loff_t *pos)
static void * static void *
c_next(struct seq_file *f, void *v, loff_t *pos) c_next(struct seq_file *f, void *v, loff_t *pos)
{ {
(*pos)++;
return NULL; return NULL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册