Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1286089
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [BUG] checkpatch: unescaped left brace in regex is deprecated |
| Date | 2015-12-08 00:10 +0100 |
| Message-ID | <qDd4V-2KY-79@gated-at.bofh.it> (permalink) |
| References | <qDcVc-2rG-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <ewk@edkovsky.org> 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/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[BUG] checkpatch: unescaped left brace in regex is deprecated "Geyslan G. Bem" <geyslan@gmail.com> - 2015-12-08 00:00 +0100
Re: [BUG] checkpatch: unescaped left brace in regex is deprecated Joe Perches <joe@perches.com> - 2015-12-08 00:10 +0100
Re: [BUG] checkpatch: unescaped left brace in regex is deprecated "Geyslan G. Bem" <geyslan@gmail.com> - 2015-12-08 00:40 +0100
Re: [BUG] checkpatch: unescaped left brace in regex is deprecated "Geyslan G. Bem" <geyslan@gmail.com> - 2015-12-10 12:30 +0100
csiph-web