Re: [PATCH v2 3/3] staging: rtl8723bs: remove extra blank lines
From: Greg KH
Date: Sat Feb 15 2025 - 11:58:18 EST
On Wed, Feb 12, 2025 at 01:22:56AM -0800, Ian To wrote:
> Repeated blank lines were present and removed. Reported by checkpatch.
>
> Signed-off-by: Ian To <onlyian4981@xxxxxxxxx>
> ---
> drivers/staging/rtl8723bs/core/rtw_security.c | 11 -----------
> 1 file changed, 11 deletions(-)
>
> diff --git a/drivers/staging/rtl8723bs/core/rtw_security.c b/drivers/staging/rtl8723bs/core/rtw_security.c
> index e8f583206f92..18f640d48701 100644
> --- a/drivers/staging/rtl8723bs/core/rtw_security.c
> +++ b/drivers/staging/rtl8723bs/core/rtw_security.c
> @@ -123,7 +123,6 @@ void rtw_wep_decrypt(struct adapter *padapter, u8 *precvframe)
>
> /* calculate icv and compare the icv */
> *((u32 *)crc) = ~crc32_le(~0, payload, length - 4);
> -
> }
This was not a "repeated blank line".
> }
>
> @@ -219,10 +218,8 @@ void rtw_secgetmic(struct mic_data *pmicdata, u8 *dst)
> secmicclear(pmicdata);
> }
>
> -
> void rtw_seccalctkipmic(u8 *key, u8 *header, u8 *data, u32 data_len, u8 *mic_code, u8 pri)
> {
> -
> struct mic_data micdata;
> u8 priority[4] = {0x0, 0x0, 0x0, 0x0};
>
Neither was that :(
I've stopped reviewing here.
thanks,
greg k-h