Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756917AbbLGXIw (ORCPT ); Mon, 7 Dec 2015 18:08:52 -0500 Received: from smtprelay0217.hostedemail.com ([216.40.44.217]:45125 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756389AbbLGXG3 (ORCPT ); Mon, 7 Dec 2015 18:06:29 -0500 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:1461:1515:1516:1518:1534:1540:1593:1594:1711:1714:1730:1747:1777:1792:2393:2553:2559:2562:2687:2828:3138:3139:3140:3141:3142:3351:3622:3653:3865:3870:3871:3873:4250:4321:5007:6261:7875:7903:10004:10400:10848:11232:11658:11783:11914:12043:12262:12438:12517:12519:12555:12679:12740:13069:13071:13161:13229:13311:13357:13894:14659:21080: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: work96_55829cb700a5e X-Filterd-Recvd-Size: 1686 Message-ID: <1449529586.7162.10.camel@perches.com> Subject: Re: [BUG] checkpatch: unescaped left brace in regex is deprecated From: Joe Perches To: "Geyslan G. Bem" , Robo Bot , LKML Cc: Peter Senna Tschudin Date: Mon, 07 Dec 2015 15:06:26 -0800 In-Reply-To: References: Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.2-0ubuntu2 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: 1005 Lines: 34 On Mon, 2015-12-07 at 19:53 -0300, Geyslan G. Bem wrote: > Hello, hello. > Follow checkpatch output using perl 5.22.0. > > geyslan@hb ~/Projects/linux $ scripts/checkpatch.pl -f > drivers/usb/host/ehci-hub.c > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/\((?^x: > No HERE here. ?Are you using linux-next? There have been patches applied for this warning already. see: commit 4e5d56bdf892e18832a6540b63ebf709966bce2a Author: Eddie Kovsky Date:???Wed Sep 9 15:37:52 2015 -0700 ????checkpatch: fix left brace warning ???? ????Using checkpatch.pl with Perl 5.22.0 generates the following warning: ???? ????????Unescaped left brace in regex is deprecated, passed through in regex; ?5. -- 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/