Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752711AbbBYESB (ORCPT ); Tue, 24 Feb 2015 23:18:01 -0500 Received: from ozlabs.org ([103.22.144.67]:49252 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752331AbbBYESA (ORCPT ); Tue, 24 Feb 2015 23:18:00 -0500 From: Rusty Russell To: Yannick Guerrini Cc: linux-kernel@vger.kernel.org, Yannick Guerrini Subject: Re: [PATCH] kernel/module.c: fix typos in message about unused symbols In-Reply-To: <1424476599-11544-1-git-send-email-yguerrini@tomshardware.fr> References: <1424476599-11544-1-git-send-email-yguerrini@tomshardware.fr> User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Wed, 25 Feb 2015 11:14:09 +1030 Message-ID: <87a902n7l2.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1434 Lines: 39 Yannick Guerrini writes: > Fix typos in pr_warn message about unused symbols > > Signed-off-by: Yannick Guerrini Thanks. AFAICT you changed "evalute" to "evaluate", "mainlinglist" to "mailing list" and added a "to". Applied, Rusty. > --- > kernel/module.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/kernel/module.c b/kernel/module.c > index b34813f..7441733 100644 > --- a/kernel/module.c > +++ b/kernel/module.c > @@ -388,9 +388,9 @@ static bool check_symbol(const struct symsearch *syms, > pr_warn("Symbol %s is marked as UNUSED, however this module is " > "using it.\n", fsa->name); > pr_warn("This symbol will go away in the future.\n"); > - pr_warn("Please evalute if this is the right api to use and if " > - "it really is, submit a report the linux kernel " > - "mailinglist together with submitting your code for " > + pr_warn("Please evaluate if this is the right api to use and " > + "if it really is, submit a report to the linux kernel " > + "mailing list together with submitting your code for " > "inclusion.\n"); > } > #endif > -- > 1.9.5.msysgit.0 -- 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/