Re: [BUG] checkpatch: unescaped left brace in regex is deprecated

2015-12-30 Thread Geyslan G. Bem
2015-12-16 8:21 GMT-03:00 Geyslan G. Bem : > 2015-12-15 21:13 GMT-03:00 Joe Perches : >> On Tue, 2015-12-15 at 20:58 -0300, Geyslan G. Bem wrote: >>> 2015-12-10 8:24 GMT-03:00 Geyslan G. Bem : >>> > Suggested-by: Peter Senna Tschudin >>> > Reported-by: Geyslan G. Bem >>> > >>> >>> Joe, do you app

Re: [BUG] checkpatch: unescaped left brace in regex is deprecated

2015-12-16 Thread Geyslan G. Bem
2015-12-15 21:13 GMT-03:00 Joe Perches : > On Tue, 2015-12-15 at 20:58 -0300, Geyslan G. Bem wrote: >> 2015-12-10 8:24 GMT-03:00 Geyslan G. Bem : >> > Suggested-by: Peter Senna Tschudin >> > Reported-by: Geyslan G. Bem >> > >> >> Joe, do you applied this patch? If not, would I send it? > > You ca

Re: [BUG] checkpatch: unescaped left brace in regex is deprecated

2015-12-15 Thread Joe Perches
On Tue, 2015-12-15 at 20:58 -0300, Geyslan G. Bem wrote: > 2015-12-10 8:24 GMT-03:00 Geyslan G. Bem : > > Suggested-by: Peter Senna Tschudin > > Reported-by: Geyslan G. Bem > > > > Joe, do you applied this patch? If not, would I send it? You can resend, but I believe there are a few more insta

Re: [BUG] checkpatch: unescaped left brace in regex is deprecated

2015-12-15 Thread Geyslan G. Bem
2015-12-10 8:24 GMT-03:00 Geyslan G. Bem : > 2015-12-09 19:59 GMT-03:00 Geyslan G. Bem : >> >> >> 2015-12-07 20:36 GMT-03:00 Geyslan G. Bem : >>> >>> 2015-12-07 20:06 GMT-03:00 Joe Perches : >>> > On Mon, 2015-12-07 at 19:53 -0300, Geyslan G. Bem wrote: >>> >> Hello, >>> > >>> > hello. >>> > >>> >>

Re: [BUG] checkpatch: unescaped left brace in regex is deprecated

2015-12-10 Thread Geyslan G. Bem
2015-12-09 19:59 GMT-03:00 Geyslan G. Bem : > > > 2015-12-07 20:36 GMT-03:00 Geyslan G. Bem : >> >> 2015-12-07 20:06 GMT-03:00 Joe Perches : >> > On Mon, 2015-12-07 at 19:53 -0300, Geyslan G. Bem wrote: >> >> Hello, >> > >> > hello. >> > >> >> Follow checkpatch output using perl 5.22.0. >> >> >> >>

Re: [BUG] checkpatch: unescaped left brace in regex is deprecated

2015-12-07 Thread Geyslan G. Bem
2015-12-07 20:06 GMT-03:00 Joe Perches : > 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 d

Re: [BUG] checkpatch: unescaped left brace in regex is deprecated

2015-12-07 Thread Joe Perches
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 <--