Re: [PATCH 3/3] staging/ozwpan: coding style ether_addr_copy

2014-03-30 Thread Dan Carpenter
On Sat, Mar 29, 2014 at 06:23:26PM -0700, Joe Perches wrote: > On Sun, 2014-03-30 at 02:29 +0300, Dan Carpenter wrote: > > These days in the kernel we treat checkpatch.pl and GCC > > warnings the same so it sucks when they are something conditional. > > Treating checkpatch messages like gcc compil

Re: [PATCH] xgifb coding style cleanup

2014-03-30 Thread Aaro Koskinen
Hi, On Sun, Mar 30, 2014 at 12:44:59AM -0300, Vitor Braga wrote: > This fixes "missing a blank line after declaration" warnings from > checkpatch.pl for driver xgifb. The driver has no remaining errors or > warnings from checkpatch.pl > > This is my first submission. If there is something wrong,

[PATCH] Staging: ft1000-usb: fixed a few code style issues

2014-03-30 Thread Anders Darander
Fixed a few code style issues, particularly: Add do {} while (0) wrapper around seq_* macros. Change printk(KERN_WARN...) to netdev_warn(...). Signed-off-by: Anders Darander --- drivers/staging/ft1000/ft1000-usb/ft1000_proc.c | 25 ++--- 1 file changed, 14 insertions(+), 11

[no subject]

2014-03-30 Thread thomas_75
>From 3f29cc555820b3f3047e91fece8b7eac07ff75a8 Mon Sep 17 00:00:00 2001 From: Thomas Vegas To: gre...@linuxfoundation.org Cc: linux-ker...@vger.kernel.org Cc: de...@driverdev.osuosl.org Date: Sun, 30 Mar 2014 23:29:38 +0200 Subject: [PATCH] staging: serqt_usb2: Add blank lines after declarations.

[PATCH] staging: serqt_usb2: Add blank lines after declarations.

2014-03-30 Thread Thomas Vegas
Use a more common kernel coding style. Signed-off-by: Thomas Vegas --- drivers/staging/serqt_usb2/serqt_usb2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/serqt_usb2/serqt_usb2.c b/drivers/staging/serqt_usb2/serqt_usb2.c index 0267dd8..f883f48 10064

Re: [PATCH 0/6 NEXT]staging: r8723au: Add new driver

2014-03-30 Thread Jes Sorensen
Larry Finger writes: > On 03/28/2014 10:26 PM, Joe Perches wrote: >> On Fri, 2014-03-28 at 21:37 -0500, Larry Finger wrote: >>> The Realtek USB device RTL8723AU is found in Lenovo Yoga 13 tablets. >>> A driver for it has been available in a GitHub repo for several months. >> [] >>> 133 files cha

[PATCH v2] Staging: ft1000-usb: fixed a few code style issues

2014-03-30 Thread Anders Darander
Fixed a few code style issues, particularly: Add do {} while (0) wrapper around seq_* macros. Change printk(KERN_WARN...) to netdev_warn(...). Signed-off-by: Anders Darander --- Changes: v2: * Fix syntax errors (adding missing ; and }). drivers/staging/ft1000/ft1000-usb/ft1000_proc.c | 25 +