aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
authorgushengxian <gushengxian@yulong.com>2021-05-25 20:16:10 -0700
committerMatt Turner <mattst88@gmail.com>2021-07-25 22:33:04 -0700
commit3e0c6d15adeafa2afcb4c95c892bb5980c1430e6 (patch)
tree73a6a28db8b547072136ad9b903d9478046982da /arch/alpha
parentalpha: fp_emul: avoid init/cleanup_module names (diff)
downloadlinux-dev-3e0c6d15adeafa2afcb4c95c892bb5980c1430e6.tar.xz
linux-dev-3e0c6d15adeafa2afcb4c95c892bb5980c1430e6.zip
alpha: Remove space between * and parameter name
'struct pcb_struct * pcb_va' should be 'struct pcb_struct *pcb_va'. Signed-off-by: gushengxian <gushengxian@yulong.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/boot/bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/boot/bootp.c b/arch/alpha/boot/bootp.c
index 00266e6e1b71..b4faba2432d5 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);