Re: [PATCH 1/4] mfd: Kontron PLD mfd driver

From: Guenter Roeck
Date: Thu Apr 18 2013 - 00:19:25 EST


On Sat, Apr 13, 2013 at 10:38:07PM +0200, Thomas Gleixner wrote:

[ ... ]

>
> > + return kempld_read8(pld, index) | kempld_read8(pld, index+1) << 8;
>
> index + 1)
> Please
>
Wondering .... why does checkpatch not report those ? I just reviewed another
driver with the same kind of problem, and checkpatch is just as silent. There
seems to be a whole class of expressions where it does not complain about
missing spaces.

Joe, any idea ?

Thanks,
Guenter
--
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/