lkml.org 
[lkml]   [2010]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 4/4] Checkpatch: warn about unexpectedly long msleep's
>> +# 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


\
 
 \ /
  Last update: 2010-07-28 22:51    [W:0.031 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site