Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758035AbbEWRPk (ORCPT ); Sat, 23 May 2015 13:15:40 -0400 Received: from mail-oi0-f42.google.com ([209.85.218.42]:36157 "EHLO mail-oi0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757983AbbEWRPi (ORCPT ); Sat, 23 May 2015 13:15:38 -0400 MIME-Version: 1.0 In-Reply-To: <1432357780-4335-1-git-send-email-shailendra.capricorn@gmail.com> References: <1432357780-4335-1-git-send-email-shailendra.capricorn@gmail.com> From: Pranith Kumar Date: Sat, 23 May 2015 13:15:07 -0400 Message-ID: Subject: Re: [PATCH] kernel:signal - Fix for typos in comments. To: Shailendra Verma Cc: Oleg Nesterov , Andrew Morton , Richard Weinberger , "Paul E. McKenney" , Vladimir Davydov , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1118 Lines: 33 On Sat, May 23, 2015 at 1:09 AM, Shailendra Verma wrote: Please include a changelog for every patch you submit exolaining why you think the change makes sense. > > Signed-off-by: Shailendra Verma > --- > kernel/signal.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/kernel/signal.c b/kernel/signal.c > index d51c5dd..5c65e7c 100644 > --- a/kernel/signal.c > +++ b/kernel/signal.c > @@ -342,7 +342,7 @@ static bool task_participate_group_stop(struct task_struct *task) > sig->group_stop_count--; > > /* > - * Tell the caller to notify completion iff we are entering into a > + * Tell the caller to notify completion if we are entering into a iff means "if and only if" and I think it makes perfect sense here. I encourage you to keep trying :) Thanks! -- Pranith -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/