Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752127AbdFNNn6 convert rfc822-to-8bit (ORCPT ); Wed, 14 Jun 2017 09:43:58 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:35427 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750770AbdFNNn4 (ORCPT ); Wed, 14 Jun 2017 09:43:56 -0400 Subject: Re: [PATCH v2] checkpatch: [HLP]LIST_HEAD is also declaration To: Andy Whitcroft , Joe Perches , linux-kernel@vger.kernel.org Cc: linux-s390@vger.kernel.org References: <1497437132.18751.45.camel@perches.com> <20170614133512.89425-1-maier@linux.vnet.ibm.com> From: Steffen Maier Date: Wed, 14 Jun 2017 15:43:49 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170614133512.89425-1-maier@linux.vnet.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8BIT X-TM-AS-GCONF: 00 x-cbid: 17061413-0040-0000-0000-000003AA1FE8 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17061413-0041-0000-0000-000025A33652 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-06-14_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706140230 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3077 Lines: 71 Sorry, only realized after sending v2, that you also mentioned SLIST_HEAD, which I haven't found on git grep'ing include/ only. I could only find SLIST_HEAD (and even another variant) in some driver private header. Am I searching in a wrong way? If not, shall we still add this like the other official list APIs? Linus' tree at: $ git branch -vv * master 63f700aab4c1 [origin/master] Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensa $ git grep 'define.*LIST_HEAD(' drivers/gpu/drm/nouveau/include/nvif/list.h:124:#define LIST_HEAD(name) \ drivers/gpu/drm/radeon/mkregtable.c:47:#define LIST_HEAD(name) \ drivers/scsi/aic7xxx/queue.h:107:#define SLIST_HEAD(name, type) \ drivers/scsi/aic7xxx/queue.h:249:#define BSD_LIST_HEAD(name, type) \ include/linux/list.h:22:#define LIST_HEAD(name) \ include/linux/list.h:625:#define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } include/linux/list.h:626:#define INIT_HLIST_HEAD(ptr) ((ptr)->first = NULL) include/linux/llist.h:75:#define LLIST_HEAD(name) struct llist_head name = LLIST_HEAD_INIT(name) include/linux/plist.h:104:#define PLIST_HEAD(head) \ include/linux/shm.h:57:#define shm_init_task(task) INIT_LIST_HEAD(&(task)->sysvshm.shm_clist) scripts/kconfig/list.h:30:#define LIST_HEAD(name) \ tools/include/linux/list.h:21:#define LIST_HEAD(name) \ tools/include/linux/list.h:595:#define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } tools/include/linux/list.h:596:#define INIT_HLIST_HEAD(ptr) ((ptr)->first = NULL) tools/usb/usbip/libsrc/list.h:24:#define LIST_HEAD(name) \ On 06/14/2017 03:35 PM, Steffen Maier wrote: > Fixes the following false warning > among others for LLIST_HEAD and PLIST_HEAD: > > 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 > --- > Changes from v1: > Extended it to also support LLIST_HEAD and PLIST_HEAD as suggested by > Joe Perches. > > scripts/checkpatch.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > index 4b9569fa931b..86818b0ba8be 100755 > --- a/scripts/checkpatch.pl > +++ b/scripts/checkpatch.pl > @@ -732,7 +732,7 @@ our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; > > our $declaration_macros = qr{(?x: > (?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|DECLARE)(?:_[A-Z0-9]+){1,6}\s*\(| > - (?:$Storage\s+)?LIST_HEAD\s*\(| > + (?:$Storage\s+)?[HLP]?LIST_HEAD\s*\(| > (?:$Storage\s+)?${Type}\s+uninitialized_var\s*\( > )}; > -- Mit freundlichen Grüßen / Kind regards Steffen Maier Linux on z Systems Development IBM Deutschland Research & Development GmbH Vorsitzende des Aufsichtsrats: Martina Koederitz Geschaeftsfuehrung: Dirk Wittkopp Sitz der Gesellschaft: Boeblingen Registergericht: Amtsgericht Stuttgart, HRB 243294