Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751534AbdIKRSA (ORCPT ); Mon, 11 Sep 2017 13:18:00 -0400 Received: from mail-qt0-f175.google.com ([209.85.216.175]:35492 "EHLO mail-qt0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750926AbdIKRR7 (ORCPT ); Mon, 11 Sep 2017 13:17:59 -0400 X-Google-Smtp-Source: AOwi7QDEajKtzSZdauOzxdL48Ikpod0t9T7YWK/JmG0I1CM7VmK+sANKvY/FTyJSZg64VJEifom+wKSMYGgVoOupz0M= MIME-Version: 1.0 In-Reply-To: <20170911162458.GA24025@kroah.com> References: <1504793692-8996-1-git-send-email-srishtishar@gmail.com> <20170911162458.GA24025@kroah.com> From: Srishti Sharma Date: Mon, 11 Sep 2017 22:47:57 +0530 Message-ID: Subject: Re: [PATCH v2] Staging: ccree: Prefer using BIT macro. To: Greg KH Cc: Gilad Ben-Yossef , devel@driverdev.osuosl.org, driverdev-devel@linuxdriverproject.org, Linux kernel mailing list , outreachy-kernel@googlegroups.com, Linux Crypto Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 554 Lines: 19 On Mon, Sep 11, 2017 at 9:54 PM, Greg KH wrote: > On Thu, Sep 07, 2017 at 07:44:52PM +0530, Srishti Sharma wrote: >> Use BIT(x) instead of using (1<> >> Signed-off-by: Srishti Sharma >> --- >> 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