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

Commit 216e7ad2 authored by Hepson Sanchez's avatar Hepson Sanchez Committed by Elliot Berman
Browse files

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



This reverts commit d2236acd.

Change-Id: I6acc96638949aa724af623dbd4aa9d6e95f8a518
Signed-off-by: default avatarHepson Sanchez <sanchez@codeaurora.org>
parent 844cb3e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5714,7 +5714,7 @@ sub process {
		}
		}


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