[PATCH] staging: rtl8712: fix Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ...

2015-01-24 Thread Heba Aamer
This patch fixes the following checkpatch.pl warning: fix Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(... to printk(KERN_INFO ... netdev_info was used since it is a network subsystem Signed-off-by: Heba Aamer --- drivers/staging/rtl8712/usb_intf.c

[PATCH] staging: rtl8192u: r8192U_core: Fix compile issue when CONFIG_WIRELESS_EXT is not defined

2015-01-24 Thread Murilo Opsfelder Araujo
This patch gets rid of the following error when compiling r8192U_core.c and CONFIG_WIRELESS_EXT is not defined: drivers/staging/rtl8192u/r8192U_core.c: In function ‘rtl8192_usb_probe’: drivers/staging/rtl8192u/r8192U_core.c:4697:5: error: ‘struct net_device’ has no member named ‘wireless_handlers

Re: [PATCH] Staging: dgnc: dgnc_driver.c: fixed twelve coding style warnings

2015-01-24 Thread Dan Carpenter
The "twelve" in the subject is not important and sort of misleading. Run your patches through checkpatch.pl --strict please. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/list

Re: [PATCH] Staging: dgnc: dgnc_cls.h: fixed four coding style warnings

2015-01-24 Thread Dan Carpenter
On Sat, Jan 24, 2015 at 10:49:08AM +0530, Sakshi Bansal wrote: > Fixed 80 line warning in the code comments. > > Signed-off-by: Sakshi Bansal > --- > drivers/staging/dgnc/dgnc_cls.h | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/drivers/staging/dgnc/dgnc_c