From: David Abdurachmanov Date: Mon, 5 Nov 2018 14:40:04 +0000 (+0100) Subject: riscv: fix spacing in struct pt_regs X-Git-Tag: v4.20-rc3~18^2~3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=10febb3ecace4b557eaa0d52c9d2c3531c1a715a;p=uclinux-h8%2Flinux.git riscv: fix spacing in struct pt_regs Replace 8 spaces with tab to match styling. Signed-off-by: David Abdurachmanov Signed-off-by: Palmer Dabbelt --- 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