Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1638398
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] checkpatch: Adjust regular expressions in $logFunctions |
| Date | 2017-05-09 23:00 +0200 |
| Message-ID | <tFkoF-6Y6-15@gated-at.bofh.it> (permalink) |
| References | <tFiGe-5YT-23@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 2017-05-09 at 21:00 +0200, SF Markus Elfring wrote: > From: Markus Elfring <elfring@users.sourceforge.net> > Date: Tue, 9 May 2017 20:40:51 +0200 > > * Two alternations contained an empty element. Use the question mark > metacharacter instead to express optional items in the search pattern. > > * Some alternation elements shared a common prefix (like an underscore). > Improve the specification of this detail by more non-capturing groups. No thanks. Perl is odd enough already adding more non-capture groups when the arguments are clearly specified is harder to read.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] checkpatch: Adjust regular expressions in $logFunctions SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-09 21:10 +0200
Re: [PATCH] checkpatch: Adjust regular expressions in $logFunctions Joe Perches <joe@perches.com> - 2017-05-09 23:00 +0200
Re: checkpatch: Adjust regular expressions in $logFunctions SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-09 23:10 +0200
Re: checkpatch: Adjust regular expressions in $logFunctions Joe Perches <joe@perches.com> - 2017-05-09 23:20 +0200
csiph-web