Re: [patch v2] Documentation/email-clients.txt: add a section about git

2014-05-10 Thread Randy Dunlap
On 05/08/2014 01:44 AM, Dan Carpenter wrote: > These days most people use git to send patches so I have added a section > about that. > > Signed-off-by: Dan Carpenter > --- > v2: Fixed changelog > > diff --git a/Documentation/email-clients.txt b/Documentation/email-clients.txt > index 4e30eba..9

[PATCH linux-next] Fix "Mising blank line" style problems for usbip

2014-05-10 Thread Pawel Lebioda
Fix "Missing a blank line after declaration" style problems for all files in drivers/staging/usbip. Signed-off-by: Pawel Lebioda --- drivers/staging/usbip/stub_dev.c | 1 + drivers/staging/usbip/stub_tx.c | 1 + drivers/staging/usbip/usbip_common.h

[PATCH] staging: removing warnings reported by checkpatch tool on cb_pcimdas.c

2014-05-10 Thread Raghavendra Ganiga
This is a patch to remove warnings reported by checkpatch tool on cb_pcimdas.c file Signed-off-by: Raghavendra Chandra Ganiga --- drivers/staging/comedi/drivers/cb_pcimdas.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers/cb_pcimda

[PATCH] staging: fixed warnings reported by checkpatch tool on comedi_test.c file

2014-05-10 Thread Raghavendra Ganiga
This is a patch to remove warnings reported by checkpatch tool on comedi_test.c file Signed-off-by: Raghavendra Chandra Ganiga --- drivers/staging/comedi/drivers/comedi_test.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/comedi/drivers/comedi_test.c b/drivers/staging

[PATCH] staging: fixed warning shown by checkpatch tool on cb_das16_cs.c file

2014-05-10 Thread Raghavendra Ganiga
This is a patch to fix the warnings shown by checkpatch tool on file cb_das16_cs.c file Signed-off-by: Raghavendra Chandra Ganiga --- drivers/staging/comedi/drivers/cb_das16_cs.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/comedi/drivers/cb_das16_cs.c b/drivers/stagin

[PATCH] Fix missing a blank line after declaration for usbip

2014-05-10 Thread Pawel Lebioda
Hi, Please find attached patch which fixes most of "Missing blank line after declaration" in drivers/staging/usbip directory. There are still two WARNINGS reported which refers to the struct declaration, and it seems to be a problem with the checkpatck.pl script. Regards Pawel Lebioda >From 6fb

[PATCH] staging: rtl8821ae: fix pointer coding style

2014-05-10 Thread Levente Kurusa
Found by checkpatch. Signed-off-by: Levente Kurusa --- drivers/staging/rtl8821ae/pci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8821ae/pci.c b/drivers/staging/rtl8821ae/pci.c index a562aa6..7bbaef7 100644 --- a/drivers/staging/rtl8821ae/pci.c +++

Re: [PATCH] staging: rtl8192u: initialize array in C compliant way

2014-05-10 Thread Christopher Li
On Tue, May 6, 2014 at 1:47 AM, Dan Carpenter wrote: >> diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c >> b/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c >> index 426f223..c96dbab 100644 >> --- a/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c >> +++ b/drivers/staging/