From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751344AbdBXRQ1 (ORCPT ); Fri, 24 Feb 2017 12:16:27 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36512 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750995AbdBXRQU (ORCPT ); Fri, 24 Feb 2017 12:16:20 -0500 Date: Fri, 24 Feb 2017 18:16:13 +0100 From: Greg KH To: simran singhal Cc: devel@driverdev.osuosl.org, outreachy-kernel@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/3] staging: rtl8192u: Prefer using the BIT macro Message-ID: <20170224171613.GA376@kroah.com> References: <20170217175059.GA26957@singhal-Inspiron-5558> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170217175059.GA26957@singhal-Inspiron-5558> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > > 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