diff options
author | Dwaipayan Ray <dwaipayanray1@gmail.com> | 2020-12-16 05:45:02 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-12-16 07:46:17 +0100 |
commit | 03f4935135b9efeb780b970ba023c201f81cf4e6 (patch) | |
tree | cd98b76c9e3ad20c8f42c55ea5785c791cfa426a /mm/zsmalloc.c | |
parent | checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags (diff) | |
download | linux-03f4935135b9efeb780b970ba023c201f81cf4e6.tar.xz linux-03f4935135b9efeb780b970ba023c201f81cf4e6.zip |
checkpatch: fix unescaped left brace
There is an unescaped left brace in a regex in OPEN_BRACE check. This
throws a runtime error when checkpatch is run with --fix flag and the
OPEN_BRACE check is executed.
Fix it by escaping the left brace.
Link: https://lkml.kernel.org/r/20201115202928.81955-1-dwaipayanray1@gmail.com
Fixes: 8d1824780f2f ("checkpatch: add --fix option for a couple OPEN_BRACE misuses")
Signed-off-by: Dwaipayan Ray <dwaipayanray1@gmail.com>
Acked-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/zsmalloc.c')
0 files changed, 0 insertions, 0 deletions