[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1280251346.2082.69.camel@Joe-Laptop.home>
Date: Tue, 27 Jul 2010 10:22:26 -0700
From: Joe Perches <joe@...ches.com>
To: Israel Schlesinger <israels@...eaurora.org>
Cc: linux-kernel@...r.kernel.org, apw@...onical.com,
akpm@...ux-foundation.org
Subject: Re: [PATCH] checkpatch: Add warnings for use of mdelay()
On Tue, 2010-07-27 at 10:11 -0700, Israel Schlesinger wrote:
> + if ($line =~ /\bmdelay\(/) {
That should be:
if ($line =~ /\bmdelay\s*\(/) {
--
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