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

From: Greg KH
Date: Sun Feb 12 2017 - 17:18:28 EST


On Mon, Feb 13, 2017 at 03:26:37AM +0530, simran singhal wrote:
> Fix the checkpatch.pl issue:
> CHECK: Prefer using the BIT macro replacing
> bit shifting on 1 with the BIT(x) macro.
>
> Signed-off-by: simran singhal <singhalsimran0@xxxxxxxxx>
> ---
> drivers/staging/rtl8192u/ieee80211/ieee80211.h | 140 ++++++++++++-------------
> 1 file changed, 70 insertions(+), 70 deletions(-)

Didn't you send this before? If so, this should be a v2 patch, right?
And if so, please always say _what_ changed between versions, see
Documentation/SubmittingPatches for how to properly label this.

thanks,

greg k-h