All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] signal: fix typo in comment
@ 2020-07-24  9:05 Pavel Machek
  2020-07-26 22:01 ` Christian Brauner
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Machek @ 2020-07-24  9:05 UTC (permalink / raw)
  To: christian.brauner, oleg, ebiederm, liuzhiqiang26, guro, joel,
	linux-kernel, trivial

[-- Attachment #1: Type: text/plain, Size: 768 bytes --]

Fix typo in comment.

Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>

diff --git a/kernel/signal.c b/kernel/signal.c
index ee22ec78fd6d..6f16f7c5d375 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -719,7 +719,7 @@ static int dequeue_synchronous_signal(kernel_siginfo_t *info)
 	 * Return the first synchronous signal in the queue.
 	 */
 	list_for_each_entry(q, &pending->list, list) {
-		/* Synchronous signals have a postive si_code */
+		/* Synchronous signals have a positive si_code */
 		if ((q->info.si_code > SI_USER) &&
 		    (sigmask(q->info.si_signo) & SYNCHRONOUS_MASK)) {
 			sync = q;

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] signal: fix typo in comment
  2020-07-24  9:05 [PATCH] signal: fix typo in comment Pavel Machek
@ 2020-07-26 22:01 ` Christian Brauner
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2020-07-26 22:01 UTC (permalink / raw)
  To: Pavel Machek
  Cc: oleg, ebiederm, liuzhiqiang26, guro, joel, linux-kernel, trivial

On Fri, Jul 24, 2020 at 11:05:31AM +0200, Pavel Machek wrote:
> Fix typo in comment.
> 
> Signed-off-by: Pavel Machek (CIP) <pavel@denx.de>

Applied to:
https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=fixes

Thanks!
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>

> 
> diff --git a/kernel/signal.c b/kernel/signal.c
> index ee22ec78fd6d..6f16f7c5d375 100644
> --- a/kernel/signal.c
> +++ b/kernel/signal.c
> @@ -719,7 +719,7 @@ static int dequeue_synchronous_signal(kernel_siginfo_t *info)
>  	 * Return the first synchronous signal in the queue.
>  	 */
>  	list_for_each_entry(q, &pending->list, list) {
> -		/* Synchronous signals have a postive si_code */
> +		/* Synchronous signals have a positive si_code */
>  		if ((q->info.si_code > SI_USER) &&
>  		    (sigmask(q->info.si_signo) & SYNCHRONOUS_MASK)) {
>  			sync = q;
> 
> -- 
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-26 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-24  9:05 [PATCH] signal: fix typo in comment Pavel Machek
2020-07-26 22:01 ` Christian Brauner

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.