Skip to content

Commit

Permalink
powerpc: Cosmetic cleanup of cpuinfo_op
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Benjamin Herrenschmidt authored and Michael Ellerman committed Jan 16, 2018
1 parent f5f5630 commit fbadeb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/powerpc/kernel/setup-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ static void c_stop(struct seq_file *m, void *v)
}

const struct seq_operations cpuinfo_op = {
.start =c_start,
.next = c_next,
.stop = c_stop,
.show = show_cpuinfo,
.start = c_start,
.next = c_next,
.stop = c_stop,
.show = show_cpuinfo,
};

void __init check_for_initrd(void)
Expand Down

0 comments on commit fbadeb6

Please sign in to comment.