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] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 19 Apr 2023 00:21:17 +0000
From:   Ping-Ke Shih <pkshih@...ltek.com>
To:     Simon Horman <horms@...nel.org>,
        Yan-Hsuan Chuang <tony0620emma@...il.com>,
        Kalle Valo <kvalo@...nel.org>
CC:     "David S. Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Jakub Kicinski <kuba@...nel.org>,
        Paolo Abeni <pabeni@...hat.com>,
        "linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: RE: [PATCH] wifi: rtw88: Update spelling in main.h



> -----Original Message-----
> From: Simon Horman <horms@...nel.org>
> Sent: Tuesday, April 18, 2023 7:29 PM
> To: Yan-Hsuan Chuang <tony0620emma@...il.com>; Kalle Valo <kvalo@...nel.org>
> Cc: David S. Miller <davem@...emloft.net>; Eric Dumazet <edumazet@...gle.com>; Jakub Kicinski
> <kuba@...nel.org>; Paolo Abeni <pabeni@...hat.com>; linux-wireless@...r.kernel.org;
> netdev@...r.kernel.org
> Subject: [PATCH] wifi: rtw88: Update spelling in main.h
> 
> Update spelling in comments in main.h
> 
> Found by inspection.
> 
> Signed-off-by: Simon Horman <horms@...nel.org>

Reviewed-by: Ping-Ke Shih <pkshih@...ltek.com>


> ---
>  drivers/net/wireless/realtek/rtw88/main.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/net/wireless/realtek/rtw88/main.h b/drivers/net/wireless/realtek/rtw88/main.h
> index d4a53d556745..61106742394a 100644
> --- a/drivers/net/wireless/realtek/rtw88/main.h
> +++ b/drivers/net/wireless/realtek/rtw88/main.h
> @@ -88,7 +88,7 @@ enum rtw_supported_band {
>         RTW_BAND_60G = BIT(NL80211_BAND_60GHZ),
>  };
> 
> -/* now, support upto 80M bw */
> +/* now, support up to 80M bw */
>  #define RTW_MAX_CHANNEL_WIDTH RTW_CHANNEL_WIDTH_80
> 
>  enum rtw_bandwidth {
> @@ -1871,7 +1871,7 @@ enum rtw_sar_bands {
>         RTW_SAR_BAND_NR,
>  };
> 
> -/* the union is reserved for other knids of SAR sources
> +/* the union is reserved for other kinds of SAR sources
>   * which might not re-use same format with array common.
>   */
>  union rtw_sar_cfg {
> @@ -2020,7 +2020,7 @@ struct rtw_dev {
>         struct rtw_tx_report tx_report;
> 
>         struct {
> -               /* incicate the mail box to use with fw */
> +               /* indicate the mail box to use with fw */
>                 u8 last_box_num;
>                 u32 seq;
>         } h2c;
> 
> 
> ------Please consider the environment before printing this e-mail.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ