From: Jarkko Sakkinen <hidden> Date: 2014-12-04 05:52:43
Also in:lkml
On Wed, Dec 03, 2014 at 12:16:19AM +0100, Peter Hüwe wrote:
[SNIP]
When applying to linux-v3.18-rc6 I get this new coccinelle warning:
drivers/char/tpm/tpm_i2c_nuvoton.c:607:1-3: WARNING: end returns can be
simpified
make -C ../../../linux/ M=$(pwd) coccicheck
Not a huge problem but I've been only been able to run coccicheck
globally to the whole kernel tree. If I try what you put, it will
just print the usage information of spatch couple of times...