Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932159AbbFDQRg (ORCPT ); Thu, 4 Jun 2015 12:17:36 -0400 Received: from smtprelay0063.hostedemail.com ([216.40.44.63]:46250 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753521AbbFDQR2 (ORCPT ); Thu, 4 Jun 2015 12:17:28 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::,RULES_HIT:41:355:379:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1538:1567:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3622:3865:4321:5007:6261:7514:10004:10400:10848:11232:11658:11914:12043:12517:12519:12740:13069:13311:13357:21080,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 X-HE-Tag: horn79_5e0f9794e6d59 X-Filterd-Recvd-Size: 1434 Message-ID: <1433434645.4861.182.camel@perches.com> Subject: Re: [PATCH] scripts:checkpatch - correct the error message during From: Joe Perches To: Shailendra Verma Cc: Andy Whitcroft , linux-kernel@vger.kernel.org Date: Thu, 04 Jun 2015 09:17:25 -0700 In-Reply-To: <1433431595-3832-1-git-send-email-shailendra.capricorn@gmail.com> References: <1433431595-3832-1-git-send-email-shailendra.capricorn@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 805 Lines: 23 On Thu, 2015-06-04 at 20:56 +0530, Shailendra Verma wrote: > Signed-off-by: Shailendra Verma Please redo this using the most current version from the linux-next tree. > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl [] > @@ -3169,21 +3169,21 @@ sub process { > } > > # check for global initialisers. > - if ($line =~ /^\+(\s*$Type\s*$Ident\s*(?:\s+$Modifier))*\s*=\s*(0|NULL|false)\s*;/) { > + if ($line =~ /^\+(\s*$Type\s*$Ident\s*(?:\s+$Modifier))*\s*=\s*(0x0|0|NULL|false)\s*;/) { This has changed. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/