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

2017-02-13 Thread Greg KH
On Mon, Feb 13, 2017 at 02:45:04PM +0530, SIMRAN SINGHAL wrote: > Ok, I will send this patch again with the proper label. What are you referring to? Please always properly quote your emails so we know what you are talking about. Remember, some of us get over a thousand emails a day... h

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

2017-02-13 Thread SIMRAN SINGHAL
Ok, I will send this patch again with the proper label. But do I have to send all the patches again of this patch series? Thanks, Simran Singhal ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo

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

2017-02-12 Thread Greg KH
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 > --- > drivers/staging/rtl8192u/ieee80211/ieee80211.h | 140 > --

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

2017-02-12 Thread simran singhal
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 --- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 140 - 1 file changed, 70 insertions(+), 70 deletions(-) diff --git a/driv