[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" Fixed some spelling mistake. Signed-off-by: Bharadwaaj Ramakrishnan --- drivers/staging/media/davinci_vpfe/dm365_resizer.c | 22 +++--- drivers/staging/media/davinci_vpfe/dm365_resizer.h | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) d

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

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

[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 00243b1d180b7

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 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 >> wrote: >> > On Fri, Jul 24, 2015 at 05:12:38PM +0200, Jakub Sitnicki wrote: >> >> linux/ieee80211.h alrea

[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 --- drivers/staging/lustre/lustre/llite/llite_capa

[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 --- drivers/staging/lustre/lustre/llite/llite_capa.c | 12 -

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 > 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 wh

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 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 remove the >> duplicated

[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 --- drivers/staging/octeon/ethernet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c index f9dba23..0718b35 10064

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

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

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

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

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

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

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

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

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

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

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

2015-07-25 Thread Incarnation P. Lee
From: "Pan Li" 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 ___

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 --- drivers/usb/gadget/udc/pch_udc.c | 14 -- 1 file changed, 12 insertions(+), 2 deletio