Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755330AbbBUAEj (ORCPT ); Fri, 20 Feb 2015 19:04:39 -0500 Received: from smtp01.smtpout.orange.fr ([80.12.242.123]:36994 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755208AbbBUAEi (ORCPT ); Fri, 20 Feb 2015 19:04:38 -0500 X-Greylist: delayed 451 seconds by postgrey-1.27 at vger.kernel.org; Fri, 20 Feb 2015 19:04:37 EST X-ME-Helo: localhost.localdomain X-ME-Auth: eWFubmljay5ndWVycmluaUB3YW5hZG9vLmZy X-ME-Date: Sat, 21 Feb 2015 00:57:05 +0100 X-ME-IP: 90.0.38.129 From: Yannick Guerrini To: rusty@rustcorp.com.au Cc: linux-kernel@vger.kernel.org, Yannick Guerrini Subject: [PATCH] kernel/module.c: fix typos in message about unused symbols Date: Sat, 21 Feb 2015 00:56:39 +0100 Message-Id: <1424476599-11544-1-git-send-email-yguerrini@tomshardware.fr> X-Mailer: git-send-email 1.9.5.msysgit.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1209 Lines: 32 Fix typos in pr_warn message about unused symbols Signed-off-by: Yannick Guerrini --- 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/