[PATCH v2 3/3] staging: rtl8192u: Prefer using the BIT macro

Greg KH gregkh at linuxfoundation.org
Fri Feb 24 17:16:13 UTC 2017


On Fri, Feb 17, 2017 at 11:20:59PM +0530, simran singhal wrote:
> Replaces left shift operation (1 << d) by BIT(x) macro.
> 
> Fix the checkpatch.pl issue:
> CHECK: Prefer using the BIT macro replacing
> 
> Signed-off-by: simran singhal <singhalsimran0 at gmail.com>
> ---
>  
>  V2:
>    -modified patch message.
> 
>  drivers/staging/rtl8192u/ieee80211/ieee80211.h | 140 ++++++++++++-------------
>  1 file changed, 70 insertions(+), 70 deletions(-)

The last chunk of this patch did not apply, please fix up and resend.

thanks,

greg k-h


More information about the devel mailing list