linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: palmer@sifive.com (Palmer Dabbelt)
To: linux-riscv@lists.infradead.org
Subject: [PATCH] riscv: fix spacing in struct pt_regs
Date: Tue, 06 Nov 2018 16:33:06 -0800 (PST)	[thread overview]
Message-ID: <mhng-0fc17080-b4cc-4aa4-b269-b3140af7421d@palmer-si-x1c4> (raw)
In-Reply-To: <20181105144004.28267-1-david.abdurachmanov@gmail.com>

On Mon, 05 Nov 2018 06:40:04 PST (-0800), david.abdurachmanov at gmail.com wrote:
> Replace 8 spaces with tab to match styling.
>
> Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.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.

WARNING: multiple messages have this Message-ID (diff)
From: Palmer Dabbelt <palmer@sifive.com>
To: david.abdurachmanov@gmail.com
Cc: linux-riscv@lists.infradead.org, aou@eecs.berkeley.edu,
	linux-kernel@vger.kernel.org, david.abdurachmanov@gmail.com
Subject: Re: [PATCH] riscv: fix spacing in struct pt_regs
Date: Tue, 06 Nov 2018 16:33:06 -0800 (PST)	[thread overview]
Message-ID: <mhng-0fc17080-b4cc-4aa4-b269-b3140af7421d@palmer-si-x1c4> (raw)
Message-ID: <20181107003306.37attIvKVQ0Pn4WDjiIYdI3iO-Ff-j5TjuNuiWXZdbg@z> (raw)
In-Reply-To: <20181105144004.28267-1-david.abdurachmanov@gmail.com>

On Mon, 05 Nov 2018 06:40:04 PST (-0800), david.abdurachmanov@gmail.com wrote:
> Replace 8 spaces with tab to match styling.
>
> Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.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.

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  parent reply	other threads:[~2018-11-07  0:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-05 14:40 [PATCH] riscv: fix spacing in struct pt_regs David Abdurachmanov
2018-11-05 14:40 ` David Abdurachmanov
2018-11-07  0:33 ` Palmer Dabbelt [this message]
2018-11-07  0:33   ` Palmer Dabbelt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=mhng-0fc17080-b4cc-4aa4-b269-b3140af7421d@palmer-si-x1c4 \
    --to=palmer@sifive.com \
    --cc=linux-riscv@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).