[PATCH] staging: rtl8188eu: fix missing blank lines after declarations

2014-09-02 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli Cc: Greg Kroah-Hartman Cc: Larry Finger --- drivers/staging/rtl8188eu/core/rtw_cmd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c index 104b01f..71bd508 100644 --- a/drive

[PATCH 1/1] Drivers: hv: util: Properly pack the data for file copy functionality

2014-09-02 Thread K. Y. Srinivasan
Properly pack the data for file copy functionality. Patch based on investigation done by Matej Muzila Signed-off-by: K. Y. Srinivasan Reported-by: q...@redhat.com Cc: --- include/uapi/linux/hyperv.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/uapi/linux/hy

[PATCH 4/5] Staging: rtl8821ae: hal_bt_coexist: fix curly brace placement

2014-09-02 Thread An Ha
Fix coding style issue where the if statement unnecessarily uses curly braces for one line statements and where the else conditional statement should follow the closing curly brace '}'. Also, the open curly brace '{' should be on the same line as the if statement. Signed-off-by: An Ha --- .../st

[PATCH 3/5] Staging: rtl8821ae: hal_bt_coexist: fix pointer placement coding style issue

2014-09-02 Thread An Ha
Fix pointer placement coding style issue, where using "foo *" is preferable over "foo*". Signed-off-by: An Ha --- drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c b/drive

[PATCH 5/5] Staging: rtl8821ae: hal_bt_coexist: add a blank newline

2014-09-02 Thread An Ha
Fix coding style issue which requires a blank line after declarations. Signed-off-by: An Ha --- drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c b/drivers/staging/rtl8821ae/rtl8821ae/hal

[PATCH 2/5] Staging: rtl8821ae: hal_bt_coexist: add/remove spaces

2014-09-02 Thread An Ha
Fix coding style issue which requires a space before the open curly brace '{', after the open parenthesis '(', after a comma, and after the equal sign '=' in an assignment. Also, remove unnecessary whitespace after open parenthesis '(' and before a quoted newline. Signed-off-by: An Ha --- .../s

[PATCH 1/5] Staging: rtl8821ae: hal_bt_coexist: fix commenting style

2014-09-02 Thread An Ha
Fix commenting style from C99 comments to C89 comments Signed-off-by: An Ha --- drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8821ae/rtl8821ae/hal_bt_coexist.c b/drivers/staging/rtl8821ae/rtl8821ae/hal

[PATCH] drivers: staging: rtl8192u: Fix "space prohibited after that open parenthesis '('" errors

2014-09-02 Thread Greg Donald
Fix checkpatch.pl "space prohibited after that open parenthesis '('" errors Signed-off-by: Greg Donald --- drivers/staging/rtl8192u/ieee80211/ieee80211.h | 18 +++- .../staging/rtl8192u/ieee80211/ieee80211_softmac.c | 4 +-- drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | 2 +-

[PATCH 1/1] Drivers: scsi: storvsc: Get rid of warning messages

2014-09-02 Thread K. Y. Srinivasan
Get rid of the warning messages since they will clutter up various system logs and are of questionable value to the end user. For debugging purposes, this information can be gotten by setting the scsi log level appropriately. Signed-off-by: K. Y. Srinivasan --- drivers/scsi/storvsc_drv.c | 12

FROM: Husam Al Sayed.

2014-09-02 Thread Husam Al Sayed
FROM: Husam Al Sayed. EMAIL: husamalsayed...@hotmail.com Hello, I decided to write you this proposal in good faith, believing that you will not betray me. I am Mr. Husam Al Sayed, a Bank officer here in U.A.E. One Mr. Peter Adams, a citizen of your country and Crude Oil dealer made a fixed

[PATCH] staging: android: use braces on all arms of if

2014-09-02 Thread Grzegorz Swirski
Signed-off-by: Grzegorz Swirski --- drivers/staging/android/sync.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c index 0d37495..c5255dc 100644 --- a/drivers/staging/android/sync.c +++ b/drivers/staging/andro

Re: [PATCH v2] staging: unisys: uislib: uisqueue.c: rewrite of do_locked_client_insert

2014-09-02 Thread Sudip Mukherjee
On Tue, Sep 02, 2014 at 11:24:02AM -0700, Greg Kroah-Hartman wrote: > On Tue, Sep 02, 2014 at 11:46:35PM +0530, Sudip Mukherjee wrote: > > From: Sudip Mukherjee > > > > removed unused variables > > fixed sparse warning of context imbalance in 'do_locked_client_insert' > >

BUSINES PROPOSAL

2014-09-02 Thread Jose Maria Meon
Dear Sir/Madam, Naturally, this letter will come to you as a surprise since we have not met, permit me however. It is with deep sense of honor and respect that I humbly make this appeal to you with the understanding that any facts or opinion expressed in this letter is given in confidence and

Re: [PATCH v2] staging: unisys: uislib: uisqueue.c: rewrite of do_locked_client_insert

2014-09-02 Thread Greg Kroah-Hartman
On Tue, Sep 02, 2014 at 11:46:35PM +0530, Sudip Mukherjee wrote: > From: Sudip Mukherjee > > removed unused variables > fixed sparse warning of context imbalance in 'do_locked_client_insert' > different lock contexts for basic block > > Signed-off-by: Sudip Mukherjee >

[PATCH v2] staging: unisys: uislib: uisqueue.c: rewrite of do_locked_client_insert

2014-09-02 Thread Sudip Mukherjee
From: Sudip Mukherjee removed unused variables fixed sparse warning of context imbalance in 'do_locked_client_insert' different lock contexts for basic block Signed-off-by: Sudip Mukherjee --- v1 of the patch of the patch just fixed the sparse warning. On suggestion of

Re: [PATCH 1/2] staging: dgnc: Make the struct dgnc_board possible to use list facility

2014-09-02 Thread Greg KH
On Tue, Sep 02, 2014 at 07:55:49PM +0200, Konrad Zapalowicz wrote: > On 09/02, Greg KH wrote: > > On Sun, Aug 31, 2014 at 11:23:57PM +0200, Konrad Zapalowicz wrote: > > > This commit adds the struct list_head to the struct dgnc_board so that > > > it is now possible to use it with the Linux list fa

Re: [PATCH 1/2] staging: dgnc: Make the struct dgnc_board possible to use list facility

2014-09-02 Thread Konrad Zapalowicz
On 09/02, Greg KH wrote: > On Sun, Aug 31, 2014 at 11:23:57PM +0200, Konrad Zapalowicz wrote: > > This commit adds the struct list_head to the struct dgnc_board so that > > it is now possible to use it with the Linux list facility. > > > > Signed-off-by: Konrad Zapalowicz > > --- > > drivers/sta

Re: staging: android: uapi: binder.h: Used __packed instead of __attribute__((packed))

2014-09-02 Thread Greg KH
On Mon, Sep 01, 2014 at 08:47:12AM -0400, Dipak Zope wrote: > Signed-off-by: Dipak Zope > --- > drivers/staging/android/uapi/binder.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/android/uapi/binder.h > b/drivers/staging/android/uapi/binder.h > index

[PATCH v2] staging: dgnc: Replace fixed-size board array with list

2014-09-02 Thread Konrad Zapalowicz
Each registered board is asigned a data structure to keep it's state. So far this was implemented using the static array of fixed-size. This commit changes the implementation by replacing the array with dynamic solution based on the kernel list. Because most of the setups will not use more than on

RE: [PATCH 00/28] staging: comedi: more clean-up and remove legacy attach

2014-09-02 Thread Hartley Sweeten
On Monday, September 01, 2014 4:04 AM, Ian Abbott wrote: > Continue to clean up the amplc_pci230 driver code and remove the legacy > attach mechanism, since it isn't very useful for this driver (see PATCH > 05/28). Reviewed-by: H Hartley Sweeten ___ de

Re: [PATCH 1/2] staging: dgnc: Make the struct dgnc_board possible to use list facility

2014-09-02 Thread Greg KH
On Sun, Aug 31, 2014 at 11:23:57PM +0200, Konrad Zapalowicz wrote: > This commit adds the struct list_head to the struct dgnc_board so that > it is now possible to use it with the Linux list facility. > > Signed-off-by: Konrad Zapalowicz > --- > drivers/staging/dgnc/dgnc_driver.h | 1 + > 1 file

Re: [PATCH] staging: comedi: usbduxsigma: fix more sparse endianness warnings

2014-09-02 Thread Greg KH
On Mon, Sep 01, 2014 at 10:24:40AM +0100, Ian Abbott wrote: > On 2014-09-01 10:23, Ian Abbott wrote: > >On 2014-08-31 20:45, Chase Southwood wrote: > >>Sparse shows a couple of warnings like: > >> > >>drivers/staging/comedi/drivers/usbduxsigma.c:787:23: warning: cast to > >>restricted __be32 > >> >

Re: [PATCH] staging: lustre: lov_pack: fix coding style issue

2014-09-02 Thread Greg Kroah-Hartman
On Mon, Sep 01, 2014 at 11:52:35PM +0800, sunwxg wrote: > From: Sun Wang > > Fix the style error checking by checkpatch.pl > ERROR: space required after that ',' > > Signed-off-by: Sun Wang > > --- > drivers/staging/lustre/lustre/lov/lov_pack.c | 2 +- > 1 file changed, 1 insertion(+), 1 dele

[PATCH] staging: comedi: skel: remove driver

2014-09-02 Thread H Hartley Sweeten
The comedi skeleton driver is one of the few "hybrid" drivers with both legacy and PCI attach mechanisms. Instead of splitting this driver, just remove it. There are many other comedi drivers that provide better examples. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Greg Kroah-Hartman --

Re: [PATCH] staging: unisys: uislib: uisqueue.c: fixed sparse warning of context imbalance

2014-09-02 Thread Sudip Mukherjee
On Tue, Sep 02, 2014 at 06:23:27PM +0300, Dan Carpenter wrote: > On Tue, Sep 02, 2014 at 08:44:27PM +0530, Sudip Mukherjee wrote: > > On Tue, Sep 02, 2014 at 05:05:32PM +0300, Dan Carpenter wrote: > > > On Tue, Sep 02, 2014 at 04:39:47PM +0530, Sudip Mukherjee wrote: > > > > fixed sparse warning :

[PATCH] staging: lustre: Fix space prohibited between function name and open parenthesis

2014-09-02 Thread Mathieu OTHACEHE
This patch fixes the following checkpatch.pl warning in lnet/lnet/lib-eq.c: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Mathieu OTHACEHE --- This patch is part of task 10 of the eudyptula challenge drivers/staging/lustre/lnet/lnet/lib-eq.c | 12 ++-

Re: [PATCH] staging: unisys: uislib: uisqueue.c: fixed sparse warning of context imbalance

2014-09-02 Thread Dan Carpenter
On Tue, Sep 02, 2014 at 08:44:27PM +0530, Sudip Mukherjee wrote: > On Tue, Sep 02, 2014 at 05:05:32PM +0300, Dan Carpenter wrote: > > On Tue, Sep 02, 2014 at 04:39:47PM +0530, Sudip Mukherjee wrote: > > > fixed sparse warning : context imbalance in 'do_locked_client_insert' > > >

Re: [PATCH] staging: unisys: uislib: uisqueue.c: fixed sparse warning of context imbalance

2014-09-02 Thread Sudip Mukherjee
On Tue, Sep 02, 2014 at 05:05:32PM +0300, Dan Carpenter wrote: > On Tue, Sep 02, 2014 at 04:39:47PM +0530, Sudip Mukherjee wrote: > > fixed sparse warning : context imbalance in 'do_locked_client_insert' > > different lock contexts for basic block > > > > spin_unlock_irqrestor

Re: [PATCH] staging: unisys: uislib: uisqueue.c: fixed sparse warning of context imbalance

2014-09-02 Thread Dan Carpenter
On Tue, Sep 02, 2014 at 04:39:47PM +0530, Sudip Mukherjee wrote: > fixed sparse warning : context imbalance in 'do_locked_client_insert' >different lock contexts for basic block > > spin_unlock_irqrestore is called at a later stage before returning > from the function if l

Re: [PATCH 01/12] Staging: rtl8821ae: hal_bt_coexist: fix commenting style

2014-09-02 Thread Dan Carpenter
On Tue, Sep 02, 2014 at 07:22:12AM -0400, An Tuan Ha wrote: > I see, thanks, I will fix it, I was just worried about the subjects > being too long so I just stuck with the same subject; is there a > character limit on how long the subject line should be? Or as long as > it's reasonable, it'll be fi

[PATCH] staging: lustre: declare some functions as static

2014-09-02 Thread Zheng Di
Declare these functions as static: llog_alloc_handle() is used in llog_open() only. llog_free_handle() is used in llog_close() only. Signed-off-by: Zheng Di --- drivers/staging/lustre/lustre/obdclass/llog.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/stagin

[PATCH] staging: et131x: et131x.c: sparse warning of incompatible types

2014-09-02 Thread Sudip Mukherjee
fixed sparse warning: incompatible types in comparison expression (different address spaces) wolw and reg both are being used only for the initialization of the __iomem area. Signed-off-by: Sudip Mukherjee --- drivers/staging/et131x/et131x.c | 4 ++-- 1 file changed,

[PATCH] MAINTAINERS: Add an entry for staging/xillybus

2014-09-02 Thread Eli Billauer
Suggested-by: Greg Kroah-Hartman Signed-off-by: Eli Billauer --- MAINTAINERS |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 57e8c3d..acf1a27 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8789,6 +8789,12 @@ M: Arnaud Patard S

Re: [PATCH 01/12] Staging: rtl8821ae: hal_bt_coexist: fix commenting style

2014-09-02 Thread An Tuan Ha
I see, thanks, I will fix it, I was just worried about the subjects being too long so I just stuck with the same subject; is there a character limit on how long the subject line should be? Or as long as it's reasonable, it'll be fine? On Tue, Sep 02, 2014 at 12:19:40PM +0300, Dan Carpenter wrote:

[PATCH] staging: unisys: uislib: uisqueue.c: fixed sparse warning of context imbalance

2014-09-02 Thread Sudip Mukherjee
fixed sparse warning : context imbalance in 'do_locked_client_insert' different lock contexts for basic block spin_unlock_irqrestore is called at a later stage before returning from the function if locked is 1. Signed-off-by: Sudip Mukherjee --- drivers/staging/unisys/

Re: [PATCH] staging: xillybus: Move out of staging

2014-09-02 Thread Eli Billauer
Hello, Arend. On 01/09/14 16:08, Arend van Spriel wrote: Maybe it would be better to use the DMA-API instead of the PCI wrappers. I just found out that the PCI wrappers were indeed removed from the DMA-API.txt documentation back in 2010, saying that "driver writers are always able to use the

Re: [PATCH 01/12] Staging: rtl8821ae: hal_bt_coexist: fix commenting style

2014-09-02 Thread Dan Carpenter
Hm... Now you've broken it into *too* many separate patches. Also the subjects are the same. Also the subjects are too vague. Which coding style issue is addressed? It should be something like: patch 1: comments patch 2: add/remove spaces patch 3: fix quoted text patch 4: braces patch 5: add a