Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c81769fd authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Linus Torvalds
Browse files

checkpatch: fix complex macros handling of square brackets



Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e01886ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2815,7 +2815,7 @@ sub process {
			# Flatten any parentheses and braces
			while ($dstat =~ s/\([^\(\)]*\)/1/ ||
			       $dstat =~ s/\{[^\{\}]*\}/1/ ||
			       $dstat =~ s/\[[^\{\}]*\]/1/)
			       $dstat =~ s/\[[^\[\]]*\]/1/)
			{
			}