Skip to content

Commit fbadeb6

Browse files
ozbenhmpe
authored andcommitted
powerpc: Cosmetic cleanup of cpuinfo_op
Signed-off-by: Benjamin Herrenschmidt <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent f5f5630 commit fbadeb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/powerpc/kernel/setup-common.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,10 @@ static void c_stop(struct seq_file *m, void *v)
387387
}
388388

389389
const struct seq_operations cpuinfo_op = {
390-
.start =c_start,
391-
.next = c_next,
392-
.stop = c_stop,
393-
.show = show_cpuinfo,
390+
.start = c_start,
391+
.next = c_next,
392+
.stop = c_stop,
393+
.show = show_cpuinfo,
394394
};
395395

396396
void __init check_for_initrd(void)

0 commit comments

Comments
 (0)