From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754546AbcIMFnI (ORCPT ); Tue, 13 Sep 2016 01:43:08 -0400 Received: from smtprelay0202.hostedemail.com ([216.40.44.202]:35961 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750927AbcIMFnH (ORCPT ); Tue, 13 Sep 2016 01:43:07 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::,RULES_HIT:41:355:379:541:982:988:989:1260:1345:1437:1534:1538:1566:1711:1714:1730:1747:1777:1792:2393:2559:2562:3138:3139:3140:3141:3142:3865:3867:3868:3871:5007:6261:10004:10848:11658:11914:12043:12291:12555:12679:12683:13069:13311:13357:14095:14110:14181:14384:14394:21080:30054:30064,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: lip41_3809c19b9c440 X-Filterd-Recvd-Size: 1069 From: Joe Perches To: Andrew Morton , linux-kernel@vger.kernel.org Cc: Julia Lawall , Dan Carpenter , Andy Whitcroft Subject: [PATCH 0/2] checkpatch: Add --strict macro argument tests Date: Mon, 12 Sep 2016 22:43:01 -0700 Message-Id: X-Mailer: git-send-email 2.10.0.rc2.1.g053435c Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is rather better than the first submission. I think this is acceptable and doesn't need to be RFC. Joe Perches (2): checkpatch: Add --strict test for macro argument reuse checkpatch: Add --strict test for precedence challenged macro arguments scripts/checkpatch.pl | 50 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 8 deletions(-) -- 2.10.0.rc2.1.g053435c