From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Subject: Re: [PATCH] gpio: gpio-dln2: Added a Blank line after declaration Date: Fri, 16 Jan 2015 09:51:42 +0100 Message-ID: <20150116085142.GF30960@localhost> References: <1421161778-5671-1-git-send-email-md.jamalmohiuddin@gmail.com> <20150115181032.GD30960@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-lb0-f178.google.com ([209.85.217.178]:38181 "EHLO mail-lb0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753748AbbAPIvc (ORCPT ); Fri, 16 Jan 2015 03:51:32 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Jamal Mohammad Cc: Johan Hovold , Linus Walleij , Alexandre Courbot , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" [ Please do not top-post. ] On Fri, Jan 16, 2015 at 10:22:56AM +0530, Jamal Mohammad wrote: > I think you are write ... checkpatch.pl was giving the error at the > line so i added a blank line... i will send an updated patch.. You should not trust checkpatch.pl blindly, and not run it on in-kernel files either. Use it on your own patches as a way to find (possible) mistakes before submission. Johan