Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752369AbbKQQYT (ORCPT ); Tue, 17 Nov 2015 11:24:19 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:33029 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363AbbKQQYS (ORCPT ); Tue, 17 Nov 2015 11:24:18 -0500 Date: Tue, 17 Nov 2015 21:54:06 +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 1/2] comedi: dmm32at: Fix coding style - use BIT macro Message-ID: <20151117162406.GA32098@sudip-pc> References: <1447694308-7724-1-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-1-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: 595 Lines: 17 On Mon, Nov 16, 2015 at 10:48:27PM +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 > --- I am not seeing any change related to udelay. Can you see? 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/