Re: [PATCH] Fixed all coding style issues for drivers/staging/media/lirc/

2014-10-01 Thread Ilia Mirkin
On Thu, Oct 2, 2014 at 12:40 AM, Amber Thrall amber.rose.thr...@gmail.com wrote: Fixed various coding style issues, including strings over 80 characters long and many deprecated printk's have been replaced with proper methods. Signed-off-by: Amber Thrall amber.rose.thr...@gmail.com ---

[PATCH] staging: rtl8192u: fix some type confusion

2013-12-06 Thread Ilia Mirkin
The first 8 bytes of skb-cb are used to store a struct net_device *. Adjust the memcpy's src/dst types to reflect that. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- Noticed this with spatch looking for sizes in memcpy's inconsistent with the arguments. drivers/staging/rtl8192u