From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752062AbdLAJmY (ORCPT ); Fri, 1 Dec 2017 04:42:24 -0500 Received: from smtprelay0046.hostedemail.com ([216.40.44.46]:53731 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750872AbdLAJmV (ORCPT ); Fri, 1 Dec 2017 04:42:21 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::,RULES_HIT:41:355:379:541:599:968:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1538:1566:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3622:3867:3870:4321:5007:10004:10400:10848:11026:11232:11657:11658:11914:12043:12048:12438:12740:12760:12895:13069:13095:13311:13357:13439:14659:14721:21080:21433:21627:30054: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:2,LUA_SUMMARY:none X-HE-Tag: straw33_3149fbd8dd21d X-Filterd-Recvd-Size: 1446 Message-ID: <1512121337.19952.154.camel@perches.com> Subject: Re: [PATCH] wlcore, wl1251: fix spelling mistake: "Couldnt" -> "Couldn't" 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: Fri, 01 Dec 2017 01:42:17 -0800 In-Reply-To: <20171201093433.9154-1-colin.king@canonical.com> References: <20171201093433.9154-1-colin.king@canonical.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.26.1-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 Fri, 2017-12-01 at 09:34 +0000, Colin King wrote: > Trivial fix to spelling mistake in error message text. [] > diff --git a/drivers/net/wireless/ti/wl1251/init.c b/drivers/net/wireless/ti/wl1251/init.c [] > @@ -311,7 +311,7 @@ static int wl1251_hw_init_data_path_config(struct wl1251 *wl) > wl->data_path = kzalloc(sizeof(struct acx_data_path_params_resp), > GFP_KERNEL); > if (!wl->data_path) { > - wl1251_error("Couldnt allocate data path parameters"); > + wl1251_error("Couldn't allocate data path parameters"); Might be better to remove this one.