Re: [PATCH v2] Staging: ccree: Prefer using BIT macro.

From: Srishti Sharma
Date: Mon Sep 11 2017 - 13:18:03 EST


On Mon, Sep 11, 2017 at 9:54 PM, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> 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@xxxxxxxxx>
>> ---
>> 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