Hello,
when using scripts/checkpatch.pl it may report:
Unescaped left brace in regex is deprecated,
passed through in regex at scripts/checkpatch.pl line 2267.
This error is shown if a patch contains a left brace with
no preceding space like in:
if(condition){
Should the script be fixed or updated?
Regards,
Vicente.