Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1730457
| From | Srishti Sharma <srishtishar@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] Staging: ccree: Prefer using BIT macro. |
| Date | 2017-09-11 19:20 +0200 |
| Message-ID | <uoAxk-6lq-13@gated-at.bofh.it> (permalink) |
| References | <un5OW-Y6-17@gated-at.bofh.it> <uozKW-5Lj-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Sep 11, 2017 at 9:54 PM, Greg KH <gregkh@linuxfoundation.org> wrote: > On Thu, Sep 07, 2017 at 07:44:52PM +0530, Srishti Sharma wrote: >> Use BIT(x) instead of using (1<<x), reported by checkpatch.pl. >> >> Signed-off-by: Srishti Sharma <srishtishar@gmail.com> >> --- >> Changes in v2: >> - Add tab spaces before BIT macro. >> >> drivers/staging/ccree/ssi_cipher.h | 10 +++++----- >> 1 file changed, 5 insertions(+), 5 deletions(-) > > This change is already in my tree from someone else, sorry. Oh.. It's okay ! Thanks, Srishti > > greg k-h
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2] Staging: ccree: Prefer using BIT macro. Srishti Sharma <srishtishar@gmail.com> - 2017-09-07 16:20 +0200
Re: [PATCH v2] Staging: ccree: Prefer using BIT macro. Greg KH <gregkh@linuxfoundation.org> - 2017-09-11 18:30 +0200
Re: [PATCH v2] Staging: ccree: Prefer using BIT macro. Srishti Sharma <srishtishar@gmail.com> - 2017-09-11 19:20 +0200
csiph-web