Loading arch/alpha/kernel/setup.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading Loading
arch/alpha/kernel/setup.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading