-
Dwaipayan Ray authored
[ Upstream commit 03f49351 ] 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/[email protected] Fixes: 8d182478 ("checkpatch: add --fix option for a couple OPEN_BRACE misuses") Signed-off-by:
Dwaipayan Ray <[email protected]> Acked-by:
Joe Perches <[email protected]> Signed-off-by:
Andrew Morton <[email protected]> Signed-off-by:
Linus Torvalds <[email protected]> Signed-off-by:
Sasha Levin <[email protected]>
0633094e
Loading