Skip to content

Commit 3e0c6d1

Browse files
gushengxianmattst88
authored andcommitted
alpha: Remove space between * and parameter name
'struct pcb_struct * pcb_va' should be 'struct pcb_struct *pcb_va'. Signed-off-by: gushengxian <[email protected]> Signed-off-by: Matt Turner <[email protected]>
1 parent ee3e9fa commit 3e0c6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/alpha/boot/bootp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "ksize.h"
2424

2525
extern unsigned long switch_to_osf_pal(unsigned long nr,
26-
struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa,
26+
struct pcb_struct *pcb_va, struct pcb_struct *pcb_pa,
2727
unsigned long *vptb);
2828

2929
extern void move_stack(unsigned long new_stack);

0 commit comments

Comments
 (0)