diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-04-11 00:52:01 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-04-22 17:24:17 +0200 |
commit | ebef00faf650c7e72da3fdaa0d3ed1fff2e7dce8 (patch) | |
tree | f084a3da3598dbfb24b6b2067dffd1efb4ac242f /src/southbridge/intel | |
parent | f790672f2daf36dd361e184ef01ebdd5950a609c (diff) | |
download | coreboot-ebef00faf650c7e72da3fdaa0d3ed1fff2e7dce8.tar.xz |
lint/checkpatch.pl: escape \{ in perl regex to fix warnings
Fix warnings:
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\#\s*define.*do\s{ <-- HERE / at util/lint/checkpatch.pl line 3261.
marked by <-- HERE in m/\(.*\){ <-- HERE / at util/lint/checkpatch.pl line 3750.
marked by <-- HERE in m/do{ <-- HERE / at util/lint/checkpatch.pl line 3751.
marked by <-- HERE in m/^\({ <-- HERE / at util/lint/checkpatch.pl line 4194.
Change-Id: If0c1f07a16df9e6cd1c1393a31af8b8ea6a66b01
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: https://review.coreboot.org/14310
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/southbridge/intel')
0 files changed, 0 insertions, 0 deletions