summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
diff options
context:
space:
mode:
authorDavid Abdurachmanov2018-11-05 15:40:04 +0100
committerPalmer Dabbelt2018-11-13 02:16:16 +0100
commit10febb3ecace4b557eaa0d52c9d2c3531c1a715a (patch)
tree6f5d41078fedab4a7074cc78e74bb703a4eb0d22 /arch/riscv/include
parentRISC-V: defconfig: Enable printk timestamps (diff)
downloadkernel-qcow2-linux-10febb3ecace4b557eaa0d52c9d2c3531c1a715a.tar.gz
kernel-qcow2-linux-10febb3ecace4b557eaa0d52c9d2c3531c1a715a.tar.xz
kernel-qcow2-linux-10febb3ecace4b557eaa0d52c9d2c3531c1a715a.zip
riscv: fix spacing in struct pt_regs
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>
Diffstat (limited to 'arch/riscv/include')
-rw-r--r--arch/riscv/include/asm/ptrace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/include/asm/ptrace.h b/arch/riscv/include/asm/ptrace.h
index 2c5df945d43c..bbe1862e8f80 100644
--- 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