[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5dd2e438-e854-493c-5c8d-18f9121cb82@bombadil.infradead.org>
Date: Fri, 19 Mar 2021 12:56:32 -0700 (PDT)
From: Randy Dunlap <rdunlap@...badil.infradead.org>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>
cc: Larry.Finger@...inger.net, gregkh@...uxfoundation.org,
straube.linux@...il.com, insafonov@...il.com,
dan.carpenter@...cle.com, yepeilin.cs@...il.com,
dinghao.liu@....edu.cn, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2] staging: rtl8188eu: Fix couple of typos
On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote:
>
> s/pasive/passive/
> s/varable/variable/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
> ---
> Changes from V1:
> Randy's suggestion incorporated.
>
> drivers/staging/rtl8188eu/core/rtw_mlme.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme.c b/drivers/staging/rtl8188eu/core/rtw_mlme.c
> index f87dd71934c3..b6ac5b8915b1 100644
> --- a/drivers/staging/rtl8188eu/core/rtw_mlme.c
> +++ b/drivers/staging/rtl8188eu/core/rtw_mlme.c
> @@ -37,7 +37,7 @@ int rtw_init_mlme_priv(struct adapter *padapter)
> pmlmepriv->pscanned = NULL;
> pmlmepriv->fw_state = 0;
> pmlmepriv->cur_network.network.InfrastructureMode = Ndis802_11AutoUnknown;
> - pmlmepriv->scan_mode = SCAN_ACTIVE;/* 1: active, 0: pasive. Maybe someday we should rename this varable to "active_mode" (Jeff) */
> + pmlmepriv->scan_mode = SCAN_ACTIVE;/* 1: active, 0: passive. Maybe someday we should rename this variable to "active_mode" (Jeff) */
>
> spin_lock_init(&pmlmepriv->lock);
> _rtw_init_queue(&pmlmepriv->free_bss_pool);
> --
> 2.26.2
>
>
Powered by blists - more mailing lists