[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTimA1d88FwGGE-BW4WvyuaFB7xewN_ubko+kj2+X@mail.gmail.com>
Date: Tue, 2 Nov 2010 23:57:36 +0100
From: Audun Hoem <audun.hoem@...il.com>
To: Andy Whitcroft <apw@...onical.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: Bug in checkpatch.pl
I have stumbled about a bug in checkpatch.pl while working on some
code in drivers/staging. It seems to get confused when confronted with
asterisks. For example, this snippe:
kmalloc(sizeof(struct alphatrack_ocmd) * true_size, GFP_KERNEL);
Here the asterisk is in it's binary form, obviously, and performs a
multiplication, however checkpatch reports this:
drivers/staging/frontier/alphatrack.c:772: ERROR: space prohibited
after that '*' (ctx:WxW)
So it's obviously thinking it's the unary operator, which should only
be preceded by a variable name or another unary operator such as ++.
--
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