From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752746AbcKGJ7m (ORCPT ); Mon, 7 Nov 2016 04:59:42 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41640 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751597AbcKGJ7k (ORCPT ); Mon, 7 Nov 2016 04:59:40 -0500 Date: Mon, 7 Nov 2016 10:58:51 +0100 From: Greg KH To: Shiva Kerdel Cc: martyn@welchs.me.uk, manohar.vanga@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: vme: vme_pio2: Prefer using the BIT macro Message-ID: <20161107095851.GA13009@kroah.com> References: <20161105193111.4224-1-shiva@exdev.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161105193111.4224-1-shiva@exdev.nl> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 05, 2016 at 08:31:11PM +0100, Shiva Kerdel wrote: > Replace all occurences of (1 << x) by BIT(x) in the file vme_pio2.h to > get rid of checkpatch.pl "check" output "Prefer using the BIT macro". > > Signed-off-by: Shiva Kerdel > --- > drivers/staging/vme/devices/vme_pio2.h | 86 +++++++++++++++++----------------- > 1 file changed, 43 insertions(+), 43 deletions(-) Someone else sent this same patch a few days before you did, sorry. greg k-h