From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 024CDC433E3 for ; Sun, 26 Jul 2020 22:01:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D573420715 for ; Sun, 26 Jul 2020 22:01:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727951AbgGZWBy (ORCPT ); Sun, 26 Jul 2020 18:01:54 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:44236 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726082AbgGZWBy (ORCPT ); Sun, 26 Jul 2020 18:01:54 -0400 Received: from ip5f5af08c.dynamic.kabel-deutschland.de ([95.90.240.140] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jzoiA-0002BQ-0a; Sun, 26 Jul 2020 22:01:38 +0000 Date: Mon, 27 Jul 2020 00:01:37 +0200 From: Christian Brauner To: Pavel Machek Cc: oleg@redhat.com, ebiederm@xmission.com, liuzhiqiang26@huawei.com, guro@fb.com, joel@joelfernandes.org, linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] signal: fix typo in comment Message-ID: <20200726220137.v4yr2ln5nkigwxm4@wittgenstein> References: <20200724090531.GA14409@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200724090531.GA14409@amd> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 24, 2020 at 11:05:31AM +0200, Pavel Machek wrote: > Fix typo in comment. > > Signed-off-by: Pavel Machek (CIP) Applied to: https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=fixes Thanks! Acked-by: Christian Brauner > > 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