Re: [PATCH] staging:rtl8723au:core:rtw_sreset.c:Fix for space related error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Joglekar, Tejas (T.)" <tjogleka@xxxxxxxxxxx> writes:
> From: Joglekar Tejas <tjogleka@xxxxxxxxxxx>
>
> This patch fixes the error given by checkpatch.pl
>
> Signed-off-by: Joglekar Tejas <tjogleka@xxxxxxxxxxx>
> ---
>  drivers/staging/rtl8723au/core/rtw_sreset.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723au/core/rtw_sreset.c b/drivers/staging/rtl8723au/core/rtw_sreset.c
> index 29a29d9..48b7723 100644
> --- a/drivers/staging/rtl8723au/core/rtw_sreset.c
> +++ b/drivers/staging/rtl8723au/core/rtw_sreset.c
> @@ -71,7 +71,7 @@ static void sreset_restore_security_station(struct rtw_adapter *padapter)
>  			/* pairwise key */
>  			rtw_setstakey_cmd23a(padapter, (unsigned char *)psta, true);
>  			/* group key */
> -			rtw_set_key23a(padapter,&padapter->securitypriv, padapter->securitypriv.dot118021XGrpKeyid, 0);
> +			rtw_set_key23a(padapter, &padapter->securitypriv, padapter->securitypriv.dot118021XGrpKeyid, 0);
>  		}
>  	}
>  }

NAK!

If you are 'fixing' checkpatch 'errors', do it properly and break down
the line and solve the 80 character limit 'error' as well.

Jes
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux