[PATCH 2/2] drivers: staging : media : davinci_vpfe : dma365_resizer.c drivers: staging : media : davinci_vpfe : dma365_resizer.h

2015-07-25 Thread Bharadwaaj
From: bhaaradw...@gmail.com bhaaradw...@gmail.com Fixed some spelling mistake. Signed-off-by: Bharadwaaj Ramakrishnanbhaaradw...@gmail.com --- drivers/staging/media/davinci_vpfe/dm365_resizer.c | 22 +++--- drivers/staging/media/davinci_vpfe/dm365_resizer.h | 2 +- 2 files

[PATCH] drivers: staging: lustre: lnet: klnds: o2iblnd: o2iblnd.c

2015-07-25 Thread Bharadwaaj
From: bhaaradw...@gmail.com bhaaradw...@gmail.com Fixed spelling mistake. Signed-off-by: Bharadwaaj Ramakrishnan bhaaradw...@gmail.com --- drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v3 26/46] usb: gadget: pch_ud: add ep capabilities support

2015-07-25 Thread Robert Baldyga
Hi, On 07/20/2015 05:08 PM, Krzysztof Opasiak wrote: On 07/15/2015 08:32 AM, Robert Baldyga wrote: Convert endpoint configuration to new capabilities model. Signed-off-by: Robert Baldyga r.bald...@samsung.com --- drivers/usb/gadget/udc/pch_udc.c | 14 -- 1 file changed, 12

[PATCH 0/5] staging: lustre: cl_page.c: Fix one file coding sytle issue.

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Fix one file coding sytle issues. Include 3 warnings and 2 errors of coding sytle of cl_page.c. drivers/staging/lustre/lustre/obdclass/cl_page.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) -- 1.9.0

[PATCH 1/5] staging: lustre: Add blank line after variable definition.

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Add blank line after local variable definition to make it clear for reading. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH 2/5] staging: lustre: Add one space after ', ' in parameters list.

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Add one space after ',' in function call parameters list. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 2/2] staging: lustre: fixed 80-char rule

2015-07-25 Thread Mario Bambagini
This patch fixes 2 lines longer than 80 chars The first one is a function whose argument has been moved to next line. The second one is a comment split on two lines The script checkpatch does not complain anymore Signed-off-by: Mario Bambagini mario.bambag...@gmail.com ---

[PATCH 1/2] staging: lustre: fixed comments without */ on a separate line

2015-07-25 Thread Mario Bambagini
this set of patches fixes several code style problems: -patch 1: comments without */ on a separate line -patch 2: lines with more than 80 chars This patch fixes 4 comments without */ on a new line Signed-off-by: Mario Bambagini mario.bambag...@gmail.com ---

Re: [PATCH RESEND] staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constants

2015-07-25 Thread Jakub Sitnicki
On Fri, Jul 24, 2015 at 10:39 PM CEST, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Jul 24, 2015 at 05:12:38PM +0200, Jakub Sitnicki wrote: linux/ieee80211.h already defines constants for information element IDs. Include it where needed, resolve discrepancies in naming, and

Re: [PATCH RESEND] staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constants

2015-07-25 Thread Dan Carpenter
On Sat, Jul 25, 2015 at 04:05:52PM +0200, Jakub Sitnicki wrote: On Fri, Jul 24, 2015 at 10:39 PM CEST, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Jul 24, 2015 at 05:12:38PM +0200, Jakub Sitnicki wrote: linux/ieee80211.h already defines constants for information element

Re: [PATCH RESEND] staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constants

2015-07-25 Thread Jakub Sitnicki
On Sat, Jul 25, 2015 at 04:30 PM CEST, Dan Carpenter dan.carpen...@oracle.com wrote: On Sat, Jul 25, 2015 at 04:05:52PM +0200, Jakub Sitnicki wrote: On Fri, Jul 24, 2015 at 10:39 PM CEST, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Jul 24, 2015 at 05:12:38PM +0200, Jakub

[GIT PULL] Staging driver fixes for 4.2-rc4

2015-07-25 Thread Greg KH
The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc: Linux 4.2-rc3 (2015-07-19 14:45:02 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.2-rc4 for you to fetch changes up to

[PATCH 5/5] staging: lustre: Adjust code indent for macro.

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Adjust code indent for macro, within tabs at the start and space in front of '\' for indent. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 12 ++-- 1 file changed, 6 insertions(+), 6

[PATCH 3/5] staging: lustre: Remove unnecessary braces {}

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Remove unnecessary braces {} in single line statement code block. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 4/5] staging: lustre: Replace spaces at the start of a line

2015-07-25 Thread Incarnation P. Lee
From: Pan Li incarnation.p@outlook.com Replace the spaces at the start of a line within tab. Signed-off-by: Pan Li incarnation.p@outlook.com --- drivers/staging/lustre/lustre/obdclass/cl_page.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] staging: octeon: add missing blank line after declarations

2015-07-25 Thread Kevin Darbyshire-Bryant
Fixes checkpatch.pl WARNING: Missing a blank line after delarations Signed-off-by: Kevin Darbyshire-Bryant ke...@darbyshire-bryant.me.uk --- drivers/staging/octeon/ethernet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon/ethernet.c