[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C5097A3.80000@codeaurora.org>
Date: Wed, 28 Jul 2010 13:48:35 -0700
From: Patrick Pannuto <ppannuto@...eaurora.org>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: linux-kernel@...r.kernel.org, apw@...onical.com, corbet@....net,
Joe Perches <joe@...ches.com>
Subject: Re: [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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists