Re: [PATCH] stmmac: fix noderef.cocci warnings

2016-03-06 Thread David Miller
From: kbuild test robot Date: Thu, 3 Mar 2016 09:55:19 +0800 > drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:115:15-21: ERROR: > application of sizeof to pointer > > sizeof when applied to a pointer typed expression gives the size of > the pointer > > Generated by: scripts/coccinelle

Re: [PATCH] stmmac: fix noderef.cocci warnings

2016-03-04 Thread David Miller
From: Alexandre Torgue Date: Fri, 4 Mar 2016 13:45:40 +0100 > Hi, > > On 03/03/2016 02:55 AM, kbuild test robot wrote: >> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:115:15-21: >> ERROR: application of sizeof to pointer >> >> sizeof when applied to a pointer typed expression gives th

Re: [PATCH] stmmac: fix noderef.cocci warnings

2016-03-04 Thread Alexandre Torgue
Hi, On 03/03/2016 02:55 AM, kbuild test robot wrote: drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:115:15-21: ERROR: application of sizeof to pointer sizeof when applied to a pointer typed expression gives the size of the pointer Generated by: scripts/coccinelle/misc/noderef.cocci

[PATCH] stmmac: fix noderef.cocci warnings

2016-03-02 Thread kbuild test robot
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:115:15-21: ERROR: application of sizeof to pointer sizeof when applied to a pointer typed expression gives the size of the pointer Generated by: scripts/coccinelle/misc/noderef.cocci CC: Giuseppe Cavallaro Signed-off-by: Fengguang Wu ---