lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20231011183154.GA1140976@kernel.org>
Date:   Wed, 11 Oct 2023 20:31:54 +0200
From:   Simon Horman <horms@...nel.org>
To:     Muhammad Muzammil <m.muzzammilashraf@...il.com>
Cc:     loic.poulain@...aro.org, ryazanov.s.a@...il.com,
        netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers: net: wwan: wwan_core.c: resolved spelling
 mistake

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@...il.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
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ