Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754262AbbKQQ03 (ORCPT ); Tue, 17 Nov 2015 11:26:29 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:34496 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754239AbbKQQ0Y (ORCPT ); Tue, 17 Nov 2015 11:26:24 -0500 Date: Tue, 17 Nov 2015 21:56:18 +0530 From: Sudip Mukherjee To: Ranjith Thangavel Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, abbotti@mev.co.uk, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] comedi: dmm32at: Fix coding style - use BIT macro Message-ID: <20151117162618.GB32098@sudip-pc> References: <1447694308-7724-1-git-send-email-ranjithece24@gmail.com> <1447694308-7724-2-git-send-email-ranjithece24@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447694308-7724-2-git-send-email-ranjithece24@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 644 Lines: 18 On Mon, Nov 16, 2015 at 10:48:28PM +0530, Ranjith Thangavel wrote: > BIT macro is used for defining BIT location instead of > shifting operator, usleep_range is preferred over > udelay - coding style issue > > Signed-off-by: Ranjith Thangavel > --- In this one I am not seeing any change to BIT. Please mention what you are changing in your commit message. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/