From: Greg KH Subject: Re: [PATCH v2] Staging: ccree: Prefer using BIT macro. Date: Mon, 11 Sep 2017 09:24:58 -0700 Message-ID: <20170911162458.GA24025@kroah.com> References: <1504793692-8996-1-git-send-email-srishtishar@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: devel@driverdev.osuosl.org, outreachy-kernel@googlegroups.com, driverdev-devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org To: Srishti Sharma Return-path: Content-Disposition: inline In-Reply-To: <1504793692-8996-1-git-send-email-srishtishar@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" List-Id: linux-crypto.vger.kernel.org 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. greg k-h