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

From: Julia Lawall
Date: Fri Feb 24 2017 - 15:46:46 EST




On Fri, 24 Feb 2017, SIMRAN SINGHAL wrote:

>
>
> On Friday, February 24, 2017 at 10:46:21 PM UTC+5:30, gregkh wrote:
> 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 <singhal...@xxxxxxxxx>
> > ---
> > Â
> > Â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
>
>
> Â Can you please elaborate what's the problem with the last chunk of this
> patch andÂ
> Â to be more precise what do you mean by "last chunk of this patch". I am
> not gettingÂ
> Â what's the problem with this patch.

I would say "hunk" rather than "chunk", but he probably means the code
from the last @@ @@ to the end.

The best thing is to just pull the most recent version of the kernel and
see what happens when you try to apply your patch.

julia