Loading scripts/checkpatch.pl +0 −7 Original line number Diff line number Diff line Loading @@ -5686,13 +5686,6 @@ sub process { $herecurr); } # filp_open is a backdoor for sys_open if ($line =~ /\b(filp_open)\b/) { ERROR("FILE_OPS", "$1 is inappropriate in kernel code.\n" . $herecurr); } # read[bwl] & write[bwl] use too many barriers, use the _relaxed variants if ($line =~ /\b((?:read|write)[bwl])\b/) { ERROR("NON_RELAXED_IO", Loading Loading
scripts/checkpatch.pl +0 −7 Original line number Diff line number Diff line Loading @@ -5686,13 +5686,6 @@ sub process { $herecurr); } # filp_open is a backdoor for sys_open if ($line =~ /\b(filp_open)\b/) { ERROR("FILE_OPS", "$1 is inappropriate in kernel code.\n" . $herecurr); } # read[bwl] & write[bwl] use too many barriers, use the _relaxed variants if ($line =~ /\b((?:read|write)[bwl])\b/) { ERROR("NON_RELAXED_IO", Loading