浏览代码

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>
David Abdurachmanov 6 年之前
父节点
当前提交
10febb3eca
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/riscv/include/asm/ptrace.h

+ 2 - 2
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