Loading scripts/checkpatch.pl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
scripts/checkpatch.pl +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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); Loading