From: gushengxian Date: Wed, 26 May 2021 03:16:10 +0000 (-0700) Subject: alpha: Remove space between * and parameter name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3e0c6d15adeafa2afcb4c95c892bb5980c1430e6;p=linux.git alpha: Remove space between * and parameter name 'struct pcb_struct * pcb_va' should be 'struct pcb_struct *pcb_va'. Signed-off-by: gushengxian Signed-off-by: Matt Turner --- diff --git a/arch/alpha/boot/bootp.c b/arch/alpha/boot/bootp.c index 00266e6e1b714..b4faba2432d58 100644 --- a/arch/alpha/boot/bootp.c +++ b/arch/alpha/boot/bootp.c @@ -23,7 +23,7 @@ #include "ksize.h" extern unsigned long switch_to_osf_pal(unsigned long nr, - struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa, + struct pcb_struct *pcb_va, struct pcb_struct *pcb_pa, unsigned long *vptb); extern void move_stack(unsigned long new_stack);