projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee3e9fa
)
alpha: Remove space between * and parameter name
author
gushengxian
<gushengxian@yulong.com>
Wed, 26 May 2021 03:16:10 +0000
(20:16 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 26 Jul 2021 05:33:04 +0000
(22:33 -0700)
'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>
arch/alpha/boot/bootp.c
patch
|
blob
|
history
diff --git
a/arch/alpha/boot/bootp.c
b/arch/alpha/boot/bootp.c
index 00266e6e1b71486ace6707fdb0c416e6a323fab9..b4faba2432d587ca4d66f3834b39737aa9361c65 100644
(file)
--- 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);