Re: [PATCH] drivers: net: wwan: wwan_core.c: resolved spelling mistake

From: Simon Horman
Date: Wed Oct 11 2023 - 14:32:01 EST


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@xxxxxxxxx>

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
>
>