From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752688AbdDCJVK (ORCPT ); Mon, 3 Apr 2017 05:21:10 -0400 Received: from smtprelay0212.hostedemail.com ([216.40.44.212]:46511 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751932AbdDCJVI (ORCPT ); Mon, 3 Apr 2017 05:21:08 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2110:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3870:3871:3873:4321:4362:5007:7576:7903:10004:10400:10848:11026:11232:11657:11658:11914:12043:12048:12555:12740:12760:12895:12986:13069:13071:13095:13255:13311:13357:13439:14096:14097:14180:14181:14659:14721:21060:21080:21433:30054:30070:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:30,LUA_SUMMARY:none X-HE-Tag: copy77_257ea303a3f2a X-Filterd-Recvd-Size: 2044 Message-ID: <1491211256.27353.58.camel@perches.com> Subject: Re: [PATCH] wlcore: fix spelling mistake in wl1271_warning 'iligal' -> 'illegal' From: Joe Perches To: Colin King , Kalle Valo , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 03 Apr 2017 02:20:56 -0700 In-Reply-To: <20170403091530.18564-1-colin.king@canonical.com> References: <20170403091530.18564-1-colin.king@canonical.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.3-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2017-04-03 at 10:15 +0100, Colin King wrote: > From: Colin Ian King > > trivial fix to spelling mistake in wl1271_warning error message > > Signed-off-by: Colin Ian King > --- > drivers/net/wireless/ti/wlcore/debugfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/ti/wlcore/debugfs.c b/drivers/net/wireless/ti/wlcore/debugfs.c > index 58e148d7bc7b..416080adc181 100644 > --- a/drivers/net/wireless/ti/wlcore/debugfs.c > +++ b/drivers/net/wireless/ti/wlcore/debugfs.c > @@ -1249,7 +1249,7 @@ static ssize_t fw_logger_write(struct file *file, > } > > if (wl->conf.fwlog.output == 0) { > - wl1271_warning("iligal opperation - fw logger disabled by default, please change mode via wlconf"); > + wl1271_warning("illegal opperation - fw logger disabled by default, please change mode via wlconf"); Hi Colin. When you do these would you please fix all the typos on the same line? opperation -> operation Also, generally, invalid is a better word choice than illegal for these situations. Thanks and cheers, Joe