All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	vgupta@synopsys.com, axboe@kernel.dk, gustavoars@kernel.org,
	tglx@linutronix.de, linux-snps-arc@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arc/kernel/signal.c: Fix couple of typos
Date: Wed, 24 Mar 2021 10:56:00 -0700	[thread overview]
Message-ID: <6bdf8409-48cf-a68d-b4f1-172206753871@infradead.org> (raw)
In-Reply-To: <20210324055213.26775-1-unixbhaskar@gmail.com>

On 3/23/21 10:52 PM, Bhaskar Chowdhury wrote:
> 
> s/unconditonally/unconditionally/
> s/gaurantees/guarantees/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  arch/arc/kernel/signal.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arc/kernel/signal.c b/arch/arc/kernel/signal.c
> index a78d8f745a67..cf1788fd3812 100644
> --- a/arch/arc/kernel/signal.c
> +++ b/arch/arc/kernel/signal.c
> @@ -259,7 +259,7 @@ setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs)
>  		regs->r2 = (unsigned long)&sf->uc;
> 
>  		/*
> -		 * small optim to avoid unconditonally calling do_sigaltstack
> +		 * small optim to avoid unconditionally calling do_sigaltstack
>  		 * in sigreturn path, now that we only have rt_sigreturn
>  		 */
>  		magic = MAGIC_SIGALTSTK;
> @@ -391,7 +391,7 @@ void do_signal(struct pt_regs *regs)
>  void do_notify_resume(struct pt_regs *regs)
>  {
>  	/*
> -	 * ASM glue gaurantees that this is only called when returning to
> +	 * ASM glue guarantees that this is only called when returning to
>  	 * user mode
>  	 */
>  	if (test_thread_flag(TIF_NOTIFY_RESUME))
> --


-- 
~Randy


WARNING: multiple messages have this Message-ID (diff)
From: Randy Dunlap <rdunlap@infradead.org>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>,
	vgupta@synopsys.com, axboe@kernel.dk, gustavoars@kernel.org,
	tglx@linutronix.de, linux-snps-arc@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arc/kernel/signal.c: Fix couple of typos
Date: Wed, 24 Mar 2021 10:56:00 -0700	[thread overview]
Message-ID: <6bdf8409-48cf-a68d-b4f1-172206753871@infradead.org> (raw)
In-Reply-To: <20210324055213.26775-1-unixbhaskar@gmail.com>

On 3/23/21 10:52 PM, Bhaskar Chowdhury wrote:
> 
> s/unconditonally/unconditionally/
> s/gaurantees/guarantees/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  arch/arc/kernel/signal.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arc/kernel/signal.c b/arch/arc/kernel/signal.c
> index a78d8f745a67..cf1788fd3812 100644
> --- a/arch/arc/kernel/signal.c
> +++ b/arch/arc/kernel/signal.c
> @@ -259,7 +259,7 @@ setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs)
>  		regs->r2 = (unsigned long)&sf->uc;
> 
>  		/*
> -		 * small optim to avoid unconditonally calling do_sigaltstack
> +		 * small optim to avoid unconditionally calling do_sigaltstack
>  		 * in sigreturn path, now that we only have rt_sigreturn
>  		 */
>  		magic = MAGIC_SIGALTSTK;
> @@ -391,7 +391,7 @@ void do_signal(struct pt_regs *regs)
>  void do_notify_resume(struct pt_regs *regs)
>  {
>  	/*
> -	 * ASM glue gaurantees that this is only called when returning to
> +	 * ASM glue guarantees that this is only called when returning to
>  	 * user mode
>  	 */
>  	if (test_thread_flag(TIF_NOTIFY_RESUME))
> --


-- 
~Randy


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

  reply	other threads:[~2021-03-24 17:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-24  5:52 [PATCH] arc/kernel/signal.c: Fix couple of typos Bhaskar Chowdhury
2021-03-24  5:52 ` Bhaskar Chowdhury
2021-03-24 17:56 ` Randy Dunlap [this message]
2021-03-24 17:56   ` Randy Dunlap
2021-04-07 20:22 ` Vineet Gupta
2021-04-07 20:22   ` Vineet Gupta

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=6bdf8409-48cf-a68d-b4f1-172206753871@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=axboe@kernel.dk \
    --cc=gustavoars@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=tglx@linutronix.de \
    --cc=unixbhaskar@gmail.com \
    --cc=vgupta@synopsys.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.