riscv: fix spacing in struct pt_regs
authorDavid Abdurachmanov <david.abdurachmanov@gmail.com>
Mon, 5 Nov 2018 14:40:04 +0000 (15:40 +0100)
committerPalmer 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

index 2c5df94..bbe1862 100644 (file)
@@ -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