From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753384AbcILSRw (ORCPT ); Mon, 12 Sep 2016 14:17:52 -0400 Received: from smtprelay0055.hostedemail.com ([216.40.44.55]:50866 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751561AbcILSRv (ORCPT ); Mon, 12 Sep 2016 14:17:51 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 50,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:541:599:901:960:967:973:988:989:1260:1263:1277:1311:1313:1314:1345:1359:1373:1381:1437:1515:1516:1518:1534:1539:1593:1594:1711:1714:1730:1747:1777:1792:2393:2525:2561:2564:2682:2685:2828:2859:2902:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3350:3622:3657:3865:3871:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4321:5007:6119:7903:9025:10004:10049:10400:10848:11232:11658:11855:11914:12043:12048:12740:13069:13311:13357:13439:13894:14181:14659:14721:14849:21080:21451:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: plate59_27087781fea2a X-Filterd-Recvd-Size: 1571 Message-ID: <1473704266.11006.23.camel@perches.com> Subject: Re: [PATCH] staging: comedi: comedi_pcmcia: Fixes multiple blank lines issue From: Joe Perches To: Ian Abbott , Namrata A Shettar , hsweeten@visionengravers.com, gregkh@linuxfoundation.org, badbuddha91@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Mon, 12 Sep 2016 11:17:46 -0700 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.21.91-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-09-12 at 19:07 +0100, Ian Abbott wrote: > On 12/09/16 18:29, Namrata A Shettar wrote: > > This patch fixes the checkpatch.pl issue: > -Please don't use multiple blank lines [] > diff --git a/drivers/staging/comedi/comedi_pcmcia.c [] > @@ -18,7 +18,6 @@ > >  #include >  #include > - >  #include "comedi_pcmcia.h" > >  /** > > > But there is only one blank line, so why the warning about multiple  > blank lines? checkpatch doesn't emit a warning here. Also the http://checkpatch.pl link is incorrect