[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <mhng-0fc17080-b4cc-4aa4-b269-b3140af7421d@palmer-si-x1c4>
Date: Tue, 06 Nov 2018 16:33:06 -0800 (PST)
From: Palmer Dabbelt <palmer@...ive.com>
To: david.abdurachmanov@...il.com
CC: aou@...s.berkeley.edu, linux-riscv@...ts.infradead.org,
linux-kernel@...r.kernel.org, david.abdurachmanov@...il.com
Subject: Re: [PATCH] riscv: fix spacing in struct pt_regs
On Mon, 05 Nov 2018 06:40:04 PST (-0800), david.abdurachmanov@...il.com wrote:
> Replace 8 spaces with tab to match styling.
>
> Signed-off-by: David Abdurachmanov <david.abdurachmanov@...il.com>
> ---
> arch/riscv/include/asm/ptrace.h | 4 ++--
> 1 file 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
Thanks. I'll also include this for next week's PR.
Powered by blists - more mailing lists