commit | 4e5d56bdf892e18832a6540b63ebf709966bce2a | [log] [tgz] |
---|---|---|
author | Eddie Kovsky <ewk@edkovsky.org> | Wed Sep 09 15:37:52 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 10 13:29:01 2015 -0700 |
tree | c41b7ac401088fc41450bb6c7bdaf8e6a2accb2d | |
parent | bf4daf12a9fbc818029051c97b65fbfca6366a44 [diff] |
checkpatch: fix left brace warning Using checkpatch.pl with Perl 5.22.0 generates the following warning: Unescaped left brace in regex is deprecated, passed through in regex; This patch fixes the warnings by escaping occurrences of the left brace inside the regular expression. Signed-off-by: Eddie Kovsky <ewk@edkovsky.org> Cc: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>