Re: [PATCH 7/10] staging: r8188eu: Add files for new drive: Cocci spatch noderef

2013-09-20 Thread Dan Carpenter
On Thu, Sep 19, 2013 at 11:45:46PM +0200, Thomas Meyer wrote: sizeof when applied to a pointer typed expression gives the size of the pointer. Found by coccinelle spatch misc/noderef.cocci When you're writing the changelog for these it helps if you say how many bytes sizeof(*data) is. In

[PATCH 7/10] staging: r8188eu: Add files for new drive: Cocci spatch noderef

2013-09-19 Thread Thomas Meyer
sizeof when applied to a pointer typed expression gives the size of the pointer. Found by coccinelle spatch misc/noderef.cocci Signed-off-by: Thomas Meyer tho...@m3y3r.de --- diff -u -p a/drivers/staging/rtl8188eu/core/rtw_mp.c b/drivers/staging/rtl8188eu/core/rtw_mp.c ---