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

Commit 174ca8ce authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "checkpatch: Add exceptions for "dsb" keyword usage""

parents abccff1b 216e7ad2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5714,7 +5714,7 @@ sub process {
		}

# dsb is too ARMish, and should usually be mb.
		if ($line =~ /[^-_>*\.]\bdsb\b[^-_\.;]/) {
		if ($line =~ /\bdsb\b/) {
			WARN("ARM_BARRIER",
			     "Use of dsb is discouranged: prefer mb.\n" .
			     $herecurr);