Re: [PATCH 4/4] Checkpatch: warn about unexpectedly long msleep's

From: Patrick Pannuto
Date: Wed Jul 28 2010 - 16:48:40 EST


>> +# warn about unexpectedly long msleep's
>> + if ($line =~ /\bmsleep\s*\((\d+)\);/) {
>> + if ($1 < 20) {
>> + WARN("msleep < 20ms can sleep for up to 20ms; see Documentation/timers/delays.txt\n" . $line);
>
> Should be timers-howto.txt?
>
>

Yes, will fix

--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/