Skip to content

Commit

Permalink
riscv: fix spacing in struct pt_regs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Abdurachmanov authored and Palmer Dabbelt committed Nov 13, 2018
1 parent 4ab4946 commit 10febb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/riscv/include/asm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10febb3

Please sign in to comment.