From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162870AbbKFUVw (ORCPT ); Fri, 6 Nov 2015 15:21:52 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:23325 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965606AbbKFUVu (ORCPT ); Fri, 6 Nov 2015 15:21:50 -0500 Date: Fri, 6 Nov 2015 23:21:34 +0300 From: Dan Carpenter To: Ranjith Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, abbotti@mev.co.uk, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] comedi: driver: Fix - BIT macro used coding style issue Message-ID: <20151106202134.GB18797@mwanda> References: <1446739065-7875-1-git-send-email-ranjithece24@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446739065-7875-1-git-send-email-ranjithece24@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 05, 2015 at 09:27:45PM +0530, Ranjith wrote: > BIT macro is used for defining bit location instead of shifting > operator - coding style issue > > Signed-off-by: Ranjith T You're From line and your signed-off line need to match and they both need to be your legal name that you use to sign legal documents. regards, dan carpenter