Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752523AbdFNKpi (ORCPT ); Wed, 14 Jun 2017 06:45:38 -0400 Received: from smtprelay0066.hostedemail.com ([216.40.44.66]:60872 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752496AbdFNKpg (ORCPT ); Wed, 14 Jun 2017 06:45:36 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:599:800:960:968:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1538:1568:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3865:3866:4321:5007:10004:10400:10848:11232:11658:11914:12043:12048:12296:12740:12895:13069:13311:13357:13439:13894:14181:14659:14721:21080:21451:21627:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: flag03_13772d91a450a X-Filterd-Recvd-Size: 1409 Message-ID: <1497437132.18751.45.camel@perches.com> Subject: Re: [PATCH] checkpatch: HLIST_HEAD is also declaration From: Joe Perches To: Steffen Maier , Andy Whitcroft , linux-kernel@vger.kernel.org, Andrew Morton Cc: linux-s390@vger.kernel.org Date: Wed, 14 Jun 2017 03:45:32 -0700 In-Reply-To: <1497436908.18751.43.camel@perches.com> References: <20170614101626.81494-1-maier@linux.vnet.ibm.com> <1497436908.18751.43.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.6-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 Content-Length: 523 Lines: 15 (drat, accidentally hit ctrl-enter) On Wed, 2017-06-14 at 03:41 -0700, Joe Perches wrote: > On Wed, 2017-06-14 at 12:16 +0200, Steffen Maier wrote: > > Fixes the following false warning: > > > > WARNING: Missing a blank line after declarations > > #71: FILE: drivers/s390/scsi/zfcp_fsf.c:422: > > + struct hlist_node *tmp; > > + HLIST_HEAD(remove_queue); > > > > Signed-off-by: Steffen Maier OK, thanks but what about the other defines of LLIST_HEAD,?PLIST_HEAD, SLIST_HEAD ?