On Tue, Dec 29, 2015 at 3:08 PM, Ksenija Stanojevic
wrote:
> Remove ULL since it's useless.
>
> Signed-off-by: Ksenija Stanojevic
> ---
> drivers/staging/panel/panel.c | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/staging/panel/panel.c b/drivers/st
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
---
Noticed this with spatch looking for sizes in memcpy's inconsistent with the
arguments.
drivers/staging/rtl8192u/r8192U_core.c
On Thu, Oct 2, 2014 at 12:40 AM, Amber Thrall
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
> ---
> drivers/staging/media/lirc/lirc_bt829.c | 2 +-
>