Revert "checkpatch: Add exceptions for "dsb" keyword usage"
This reverts commit d2236acdd7.
Change-Id: I6acc96638949aa724af623dbd4aa9d6e95f8a518
Signed-off-by: Hepson Sanchez <sanchez@codeaurora.org>
This commit is contained in:
parent
844cb3e3ab
commit
216e7ad2d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue