projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ab4946
)
riscv: fix spacing in struct pt_regs
author
David Abdurachmanov
<david.abdurachmanov@gmail.com>
Mon, 5 Nov 2018 14:40:04 +0000
(15:40 +0100)
committer
Palmer Dabbelt
<palmer@sifive.com>
Tue, 13 Nov 2018 01:16:16 +0000
(17:16 -0800)
Replace 8 spaces with tab to match styling.
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/include/asm/ptrace.h
patch
|
blob
|
history
diff --git
a/arch/riscv/include/asm/ptrace.h
b/arch/riscv/include/asm/ptrace.h
index 2c5df945d43c9abfdfd197a61d8c92ce20e48133..bbe1862e8f80cd404164f03a485a89f253f9fa45 100644
(file)
--- a/
arch/riscv/include/asm/ptrace.h
+++ b/
arch/riscv/include/asm/ptrace.h
@@
-56,8
+56,8
@@
struct pt_regs {
unsigned long sstatus;
unsigned long sbadaddr;
unsigned long scause;
-
/* a0 value before the syscall */
-
unsigned long orig_a0;
+ /* a0 value before the syscall */
+ unsigned long orig_a0;
};
#ifdef CONFIG_64BIT