Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1587814

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

From Greg KH <gregkh@linuxfoundation.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2 3/3] staging: rtl8192u: Prefer using the BIT macro
Date 2017-02-24 18:20 +0100
Message-ID <terHb-3kJ-3@gated-at.bofh.it> (permalink)
References <tbVV8-7YF-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 3/3] staging: rtl8192u: Prefer using the BIT macro simran singhal <singhalsimran0@gmail.com> - 2017-02-17 20:00 +0100
  Re: [PATCH v2 3/3] staging: rtl8192u: Prefer using the BIT macro Greg KH <gregkh@linuxfoundation.org> - 2017-02-24 18:20 +0100
    Re: [Outreachy kernel] Re: [PATCH v2 3/3] staging: rtl8192u: Prefer  using the BIT macro Julia Lawall <julia.lawall@lip6.fr> - 2017-02-24 21:50 +0100
    Re: [Outreachy kernel] Re: [PATCH v2 3/3] staging: rtl8192u: Prefer  using the BIT macro Greg KH <greg@kroah.com> - 2017-02-25 09:00 +0100

csiph-web