netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@kernel.org>
To: Muhammad Muzammil <m.muzzammilashraf@gmail.com>
Cc: loic.poulain@linaro.org, ryazanov.s.a@gmail.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drivers: net: wwan: wwan_core.c: resolved spelling mistake
Date: Wed, 11 Oct 2023 20:31:54 +0200	[thread overview]
Message-ID: <20231011183154.GA1140976@kernel.org> (raw)
In-Reply-To: <20231010044608.33016-1-m.muzzammilashraf@gmail.com>

On Tue, Oct 10, 2023 at 09:46:08AM +0500, Muhammad Muzammil wrote:
> resolved typing mistake from devce to device
> 
> Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@gmail.com>

Hi Muhammad,

while we are here could we also consider fixing concurent ==> concurrent
in the same file?

> ---
>  drivers/net/wwan/wwan_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/wwan/wwan_core.c b/drivers/net/wwan/wwan_core.c
> index 87df60916960..12c3ff91a239 100644
> --- a/drivers/net/wwan/wwan_core.c
> +++ b/drivers/net/wwan/wwan_core.c
> @@ -302,7 +302,7 @@ static void wwan_remove_dev(struct wwan_device *wwandev)
>  
>  static const struct {
>  	const char * const name;	/* Port type name */
> -	const char * const devsuf;	/* Port devce name suffix */
> +	const char * const devsuf;	/* Port device name suffix */
>  } wwan_port_types[WWAN_PORT_MAX + 1] = {
>  	[WWAN_PORT_AT] = {
>  		.name = "AT",
> -- 
> 2.27.0
> 
> 

      reply	other threads:[~2023-10-11 18:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-10  4:46 [PATCH] drivers: net: wwan: wwan_core.c: resolved spelling mistake Muhammad Muzammil
2023-10-11 18:31 ` Simon Horman [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=20231011183154.GA1140976@kernel.org \
    --to=horms@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=loic.poulain@linaro.org \
    --cc=m.muzzammilashraf@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=ryazanov.s.a@gmail.com \
    /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).