Commit 78e6f4c0 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Ralf Baechle

MIPS: IP27: klconfig.c checkpatch cleanup

arch/mips/sgi-ip27/ip27-klconfig.c:51: ERROR: "foo * bar" should be "foo *bar"
arch/mips/sgi-ip27/ip27-klconfig.c:63: ERROR: "foo * bar" should be "foo *bar"
arch/mips/sgi-ip27/ip27-klconfig.c:81: ERROR: "foo * bar" should be "foo *bar"
arch/mips/sgi-ip27/ip27-klconfig.c:100: ERROR: "foo * bar" should be "foo *bar"
Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1278/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 11ed4add
...@@ -48,7 +48,7 @@ klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) ...@@ -48,7 +48,7 @@ klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type)
return find_component(brd, (klinfo_t *)NULL, struct_type); return find_component(brd, (klinfo_t *)NULL, struct_type);
} }
lboard_t * find_lboard(lboard_t *start, unsigned char brd_type) lboard_t *find_lboard(lboard_t *start, unsigned char brd_type)
{ {
/* Search all boards stored on this node. */ /* Search all boards stored on this node. */
while (start) { while (start) {
...@@ -60,7 +60,7 @@ lboard_t * find_lboard(lboard_t *start, unsigned char brd_type) ...@@ -60,7 +60,7 @@ lboard_t * find_lboard(lboard_t *start, unsigned char brd_type)
return (lboard_t *)NULL; return (lboard_t *)NULL;
} }
lboard_t * find_lboard_class(lboard_t *start, unsigned char brd_type) lboard_t *find_lboard_class(lboard_t *start, unsigned char brd_type)
{ {
/* Search all boards stored on this node. */ /* Search all boards stored on this node. */
while (start) { while (start) {
...@@ -78,7 +78,7 @@ cnodeid_t get_cpu_cnode(cpuid_t cpu) ...@@ -78,7 +78,7 @@ cnodeid_t get_cpu_cnode(cpuid_t cpu)
return CPUID_TO_COMPACT_NODEID(cpu); return CPUID_TO_COMPACT_NODEID(cpu);
} }
klcpu_t * nasid_slice_to_cpuinfo(nasid_t nasid, int slice) klcpu_t *nasid_slice_to_cpuinfo(nasid_t nasid, int slice)
{ {
lboard_t *brd; lboard_t *brd;
klcpu_t *acpu; klcpu_t *acpu;
...@@ -97,7 +97,7 @@ klcpu_t * nasid_slice_to_cpuinfo(nasid_t nasid, int slice) ...@@ -97,7 +97,7 @@ klcpu_t * nasid_slice_to_cpuinfo(nasid_t nasid, int slice)
return (klcpu_t *)NULL; return (klcpu_t *)NULL;
} }
klcpu_t * sn_get_cpuinfo(cpuid_t cpu) klcpu_t *sn_get_cpuinfo(cpuid_t cpu)
{ {
nasid_t nasid; nasid_t nasid;
int slice; int slice;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment