Re: [PATCH] checkpatch: Add warnings for use of mdelay()

From: Joe Perches
Date: Tue Jul 27 2010 - 13:22:33 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/