2008-11-12 09:19:13

by Dotan Barak

[permalink] [raw]
Subject: false error in checkpatch version 0.24

Hi.

When i execute checkpatch version 0.24 of a file which contains the
following line:
return a * b;

It complains with the following error message:
ERROR: space prohibited after that '*' (ctx:WxW).

I think that this may be a false error.
(maybe it fail on a rule which handles pointers declaration).

Thanks
Dotan