From: Joe Perches <joe@perches.com>
To: Colin King <colin.king@canonical.com>,
Kalle Valo <kvalo@codeaurora.org>,
linux-wireless@vger.kernel.org, netdev@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] wlcore, wl1251: fix spelling mistake: "Couldnt" -> "Couldn't"
Date: Fri, 01 Dec 2017 01:42:17 -0800 [thread overview]
Message-ID: <1512121337.19952.154.camel@perches.com> (raw)
In-Reply-To: <20171201093433.9154-1-colin.king@canonical.com>
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.
prev parent reply other threads:[~2017-12-01 9:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-01 9:34 [PATCH] wlcore, wl1251: fix spelling mistake: "Couldnt" -> "Couldn't" Colin King
2017-12-01 9:42 ` Joe Perches [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1512121337.19952.154.camel@perches.com \
--to=joe@perches.com \
--cc=colin.king@canonical.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=kvalo@codeaurora.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).