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

2014-09-03 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli l...@lucaceresoli.net Cc: Greg Kroah-Hartman gre...@linux.com Cc: Larry Finger larry.fin...@lwfinger.net --- drivers/staging/rtl8188eu/core/rtw_cmd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c

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

2014-09-03 Thread Sudip Mukherjee
From: Sudip Mukherjee sudipm.mukher...@gmail.com 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 su...@vectorindia.org --- v1 of the patch of the

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

2014-09-03 Thread Sudip Mukherjee
On Wed, Sep 03, 2014 at 11:40:38AM +0300, Dan Carpenter wrote: On Tue, Sep 02, 2014 at 11:46:35PM +0530, Sudip Mukherjee wrote: From: Sudip Mukherjee su...@vectorindia.org I really would prefer if you just figured out your email settings so this isn't needed. The From: header is mostly

Re: [PATCH] staging: comedi: skel: remove driver

2014-09-03 Thread Ian Abbott
On 2014-09-02 18:01, H Hartley Sweeten wrote: 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

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

2014-09-03 Thread Dan Carpenter
On Wed, Sep 03, 2014 at 02:29:44PM +0530, Sudip Mukherjee wrote: This patch is much better and more interesting, but I still want some more changes. I have already sent v3 of the patch just before your mail , based on what greg k-h has suggested about the commnent. Please discard that.

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

2014-09-03 Thread Sudip Mukherjee
1) removed unused variables 2) fixed sparse warning of context imbalance in 'do_locked_client_insert' different lock contexts for basic block 3) removed the call to visor_signalqueue_empty() , this function is checking whether a signal queue is empty, but the return

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

2014-09-03 Thread Dan Carpenter
On Wed, Sep 03, 2014 at 02:59:21PM +0530, Sudip Mukherjee wrote: 1) removed unused variables 2) fixed sparse warning of context imbalance in 'do_locked_client_insert' different lock contexts for basic block 3) removed the call to visor_signalqueue_empty() , this

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

2014-09-03 Thread Jason Wang
On 09/03/2014 10:21 AM, K. Y. Srinivasan wrote: Properly pack the data for file copy functionality. Patch based on investigation done by Matej Muzila mmuz...@redhat.com Signed-off-by: K. Y. Srinivasan k...@microsoft.com Reported-by: q...@redhat.com Cc: sta...@vger.kernel.org ---

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

2014-09-03 Thread Sudip Mukherjee
hi, please do not consider this patch. v4 has been sent with some changes as suggested by Dan Carpenter. thanks sudip ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH 6/6] staging: goldfish: avoid multiple assignments

2014-09-03 Thread Loic Pefferkorn
Coding style: avoid multiple assignments Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_nand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/goldfish/goldfish_nand.c b/drivers/staging/goldfish/goldfish_nand.c index

[PATCH 4/6] staging: goldfish: fix alignment to match open parenthesis

2014-09-03 Thread Loic Pefferkorn
Coding style: fix alignment to match open parenthesis Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_audio.c | 21 +- drivers/staging/goldfish/goldfish_nand.c | 36 +++ 2 files changed, 28 insertions(+), 29

[PATCH 2/6] staging: goldfish: remove useless space after a cast

2014-09-03 Thread Loic Pefferkorn
Coding style: remove useless space after a cast Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/goldfish/goldfish_nand.c b/drivers/staging/goldfish/goldfish_nand.c index

[PATCH 1/6] staging: goldfish: suppress consecutive blank lines

2014-09-03 Thread Loic Pefferkorn
Coding style: suppress consecutive blank lines Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_audio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/goldfish/goldfish_audio.c b/drivers/staging/goldfish/goldfish_audio.c index

[PATCH 5/6] staging: goldfish: document mutex usage

2014-09-03 Thread Loic Pefferkorn
Coding style: document mutex usage Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/goldfish/goldfish_nand.c b/drivers/staging/goldfish/goldfish_nand.c index

[PATCH 3/6] staging: goldfish: document spinlock usage

2014-09-03 Thread Loic Pefferkorn
Coding style: document spinlock usage Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/goldfish/goldfish_audio.c b/drivers/staging/goldfish/goldfish_audio.c index

[PATCH 0/6] staging: goldfish: fix coding style warnings

2014-09-03 Thread Loic Pefferkorn
Hi, This patchset (for next-20140902) fixes several coding style warnings found by checkpatch.pl: -CHECK: Please don't use multiple blank lines -CHECK: No space is necessary after a cast -CHECK: spinlock_t definition without comment -CHECK: Alignment should match open parenthesis -CHECK: struct

Re: [PATCH] staging: rtl8723au: type casting corrections

2014-09-03 Thread Jes Sorensen
Greg KH g...@kroah.com writes: On Sun, Aug 17, 2014 at 10:19:28AM -0300, Raphael Silva wrote: Type casting corrections in order to solve warnings of the sparce static analyser. Signed-off-by: Raphael Silva rapp...@gmail.com --- drivers/staging/rtl8723au/hal/usb_halinit.c | 4 ++--

[PATCH] staging: rtl8723au: Remove write-only variables hal_data_8723a.EEPROM[VP]ID

2014-09-03 Thread Jes . Sorensen
From: Jes Sorensen jes.soren...@redhat.com Signed-off-by: Jes Sorensen jes.soren...@redhat.com --- drivers/staging/rtl8723au/hal/usb_halinit.c | 22 -- drivers/staging/rtl8723au/include/rtl8723a_hal.h | 4 2 files changed, 26 deletions(-) diff --git

Re: [PATCH 3/6] staging: goldfish: document spinlock usage

2014-09-03 Thread One Thousand Gnomes
On Wed, 3 Sep 2014 13:13:44 +0200 Loic Pefferkorn l...@loicp.eu wrote: Coding style: document spinlock usage Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 03/37] staging: comedi: das1800: use CMDF_PRIORITY

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_RT` command flag with the equivalent flag `CMDF_PRIORITY`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/das1800.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 05/37] staging: comedi: ni_labpc_common: use CMDF_PRIORITY

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_RT` command flag with the equivalent flag `CMDF_PRIORITY`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/ni_labpc_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 00/37] staging: comedi: rename command flags for consistency

2014-09-03 Thread Ian Abbott
The various macros in comedi.h used to construct values for the `flags` member of `struct comedi_cmd` are named inconsistently. Some of the macros with the `TRIG_` prefix are from a long defunct Comedi trigger interface that was replaced with the current Comedi asynchronous command interface many

[PATCH 04/37] staging: comedi: ni_at_a2150: use CMDF_PRIORITY

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_RT` command flag with the equivalent flag `CMDF_PRIORITY`. The numeric value is unchanged. Also replace TRIG_RT with CMDF_PRIORITY in the kernel messages. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/ni_at_a2150.c | 4 ++-- 1 file changed,

[PATCH 01/37] staging: comedi: comedi_test: use CMDF_PRIORITY

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_RT` command flag with the equivalent flag `CMDF_PRIORITY`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/comedi_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 08/37] staging: comedi: addi_apci_3120: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/addi-data/hwdrv_apci3120.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 02/37] staging: comedi: das16: use CMDF_PRIORITY

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_RT` command flag with the equivalent flag `CMDF_PRIORITY`. The numeric value is unchanged. Also replace TRIG_RT with CMDF_PRIORITY in kernel log messages. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/das16.c | 4 ++-- 1 file changed, 2

[PATCH 07/37] staging: comedi: use CMDF_WAKE_EOS in do_cmd_ioctl()

2014-09-03 Thread Ian Abbott
`TRIG_WAKE_EOS` is now just a synonym for `CMDF_WAKE_EOS`. Change `do_cmd_ioctl()` to use the new name. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/comedi_fops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/comedi_fops.c

[PATCH 10/37] staging: comedi: adv_pci1710: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/adv_pci1710.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 21/37] staging: comedi: use CMDF_BOGUS in do_cmd_ioctl()

2014-09-03 Thread Ian Abbott
`TRIG_BOGUS` is now just a synonym for `CMDF_BOGUS`. Change `do_cmd_ioctl()` to use the new name. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/comedi_fops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/comedi_fops.c

[PATCH 20/37] staging: comedi: add CMDF_BOGUS as synonym for TRIG_BOGUS

2014-09-03 Thread Ian Abbott
`TRIG_BOGUS` is one of the values that can be OR-ed into the `flags` member of `struct comedi_cmd`. It causes the comedi core to go through some of the motions of setting up an asynchronous command without actually setting it up. If all goes well, it causes the command set-up to fail with an

[PATCH 25/37] staging: comedi: adl_pci9118: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/adl_pci9118.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 15/37] staging: comedi: ni_labpc_common: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is the same. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/ni_labpc_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 16/37] staging: comedi: ni_mio_common: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is the same. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/ni_mio_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 14/37] staging: comedi: das1800: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/das1800.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 18/37] staging: comedi: pcl812: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/pcl812.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 24/37] staging: comedi: addi_apci_3xxx: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/addi_apci_3xxx.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 09/37] staging: comedi: adl_pci9118: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Also change diagnostic messages to use CMDF_WAKE_EOS instead of TRIG_WAKE_EOS and change the Comedi driver description comment to use CMDF_WAKE_EOS. Signed-off-by: Ian Abbott

[PATCH 13/37] staging: comedi: cb_pcidas64: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/cb_pcidas64.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH 11/37] staging: comedi: amplc_pci230: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/amplc_pci230.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 19/37] staging: comedi: rtd520: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/rtd520.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 23/37] staging: comedi: 8253.h: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/8253.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 26/37] staging: comedi: amplc_pci230: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/amplc_pci230.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH 06/37] staging: comedi: add CMDF_WAKE_EOS as synonym for TRIG_WAKE_EOS

2014-09-03 Thread Ian Abbott
`TRIG_WAKE_EOS` is one of the values that can be OR-ed into the `flags` member of `struct comedi_cmd`. It's intended action is tune the asynchronous command to interrupt at the end of every scan. The name is a bit of a left-over from earlier times. A better name would be `CMDF_WAKE_EOS` to

[PATCH 27/37] staging: comedi: cb_pcidas64: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/cb_pcidas64.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 17/37] staging: comedi: ni_tiocmd: use CMDF_WAKE_EOS

2014-09-03 Thread Ian Abbott
Replace use of `TRIG_WAKE_EOS` command flag with the new name `CMDF_WAKE_EOS`. The numeric value is unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/ni_tiocmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 29/37] staging: comedi: dt282x: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/dt282x.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 31/37] staging: comedi: me4000: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/me4000.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

[PATCH 28/37] staging: comedi: das1800: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/das1800.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 30/37] staging: comedi: dt3000: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/dt3000.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 34/37] staging: comedi: ni_mio_common: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/ni_mio_common.c | 38 +- 1 file changed, 19 insertions(+), 19 deletions(-)

[PATCH 33/37] staging: comedi: ni_labpc_common: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/ni_labpc_common.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 37/37] staging: comedi: s626: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/s626.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH 22/37] staging: comedi: add CMDF_ROUND_... as synonyms for TRIG_ROUND_...

2014-09-03 Thread Ian Abbott
The `TRIG_ROUND_...` macros are some of the values that can be OR-ed into the `flags` member of `struct comedi_cmd`. They may influence the rounding of sample timings during operation of the asynchronous command. The names are a bit of a left-over from earlier times. It would be better to use

[PATCH 35/37] staging: comedi: ni_pcidio: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/ni_pcidio.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git

[PATCH 36/37] staging: comedi: rtd520: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/rtd520.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff

[PATCH 32/37] staging: comedi: ni_at_a2150: use CMDF_ROUND_...

2014-09-03 Thread Ian Abbott
Replace use of the `TRIG_ROUND_...` macros with the new names `CMDF_ROUND_...`. The numeric values are unchanged. Signed-off-by: Ian Abbott abbo...@mev.co.uk --- drivers/staging/comedi/drivers/ni_at_a2150.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[PATCH] drivers: staging: dgap: fix the checkpatch.pl issue Warning: line over 80 characters

2014-09-03 Thread Piotr Witoslawski
Done as Eudyptula task 10. Signed-off-by: Piotr Witoslawski pwi...@gmail.com --- drivers/staging/dgap/dgap.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/staging/dgap/dgap.c b/drivers/staging/dgap/dgap.c index 8929dbf..67da1d5 100644 ---

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

2014-09-03 Thread Sudip Mukherjee
On Wed, Sep 03, 2014 at 02:29:44PM +0530, Sudip Mukherjee wrote: On Wed, Sep 03, 2014 at 11:40:38AM +0300, Dan Carpenter wrote: On Tue, Sep 02, 2014 at 11:46:35PM +0530, Sudip Mukherjee wrote: From: Sudip Mukherjee su...@vectorindia.org I really would prefer if you just figured out your

Re: [PATCH] drivers: staging: dgap: fix the checkpatch.pl issue Warning: line over 80 characters

2014-09-03 Thread Sudip Mukherjee
On Wed, Sep 03, 2014 at 04:09:59PM +0200, Piotr Witoslawski wrote: Done as Eudyptula task 10. use proper commit message mentioning what changes you have done. and you have not sent the patch to all the people who were supposed to be sent. thanks sudip Signed-off-by: Piotr Witoslawski

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

2014-09-03 Thread Dan Carpenter
On Wed, Sep 03, 2014 at 08:13:25PM +0530, Sudip Mukherjee wrote: On Wed, Sep 03, 2014 at 02:29:44PM +0530, Sudip Mukherjee wrote: On Wed, Sep 03, 2014 at 11:40:38AM +0300, Dan Carpenter wrote: On Tue, Sep 02, 2014 at 11:46:35PM +0530, Sudip Mukherjee wrote: From: Sudip Mukherjee

Re: [PATCH 3/6] staging: goldfish: document spinlock usage

2014-09-03 Thread Loic Pefferkorn
On Wed, Sep 03, 2014 at 01:13:19PM +0100, One Thousand Gnomes wrote: This tells the reader nothing. It's good to document locking models but - you lock data not code (which is a detail a lot of programmers get wrong in th design stage too) - you need to document

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

2014-09-03 Thread Sudip Mukherjee
On Wed, Sep 03, 2014 at 06:41:30PM +0300, Dan Carpenter wrote: On Wed, Sep 03, 2014 at 08:13:25PM +0530, Sudip Mukherjee wrote: On Wed, Sep 03, 2014 at 02:29:44PM +0530, Sudip Mukherjee wrote: On Wed, Sep 03, 2014 at 11:40:38AM +0300, Dan Carpenter wrote: On Tue, Sep 02, 2014 at

RE: [PATCH] staging: comedi: ni_at_a2150: range check board index

2014-09-03 Thread Hartley Sweeten
On Monday, September 01, 2014 6:14 AM, Ian Abbott wrote: The ni_at_a2150 driver determines the board type by calling `a2150_probe()`. This reads a register and converts it to a board index in the range 0 to 3. However, the board table array it indexes into (`a2150_boards[]`) only has 2

RE: [PATCH 00/37] staging: comedi: rename command flags for consistency

2014-09-03 Thread Hartley Sweeten
On Wednesday, September 03, 2014 5:45 AM, Ian Abbott wrote: The various macros in comedi.h used to construct values for the `flags` member of `struct comedi_cmd` are named inconsistently. Some of the macros with the `TRIG_` prefix are from a long defunct Comedi trigger interface that was

FROM: Husam Al Sayed.

2014-09-03 Thread Husam Al Sayed
FROM: Husam Al Sayed. EMAIL:alsayedh...@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 v2 3/6] staging: goldfish: document spinlock usage

2014-09-03 Thread Loic Pefferkorn
Coding style: document spinlock usage Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_audio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/goldfish/goldfish_audio.c b/drivers/staging/goldfish/goldfish_audio.c index 23a206d..b360d07

[PATCH v2 0/6] staging: goldfish: fix coding style

2014-09-03 Thread Loic Pefferkorn
Hi, This patchset fixes several coding style warnings detected by checkpatch.pl: -CHECK: Please don't use multiple blank lines -CHECK: No space is necessary after a cast -CHECK: spinlock_t definition without comment -CHECK: Alignment should match open parenthesis -CHECK: struct mutex definition

[PATCH v2 4/6] staging: goldfish: fix alignment to match open parenthesis

2014-09-03 Thread Loic Pefferkorn
Coding style: fix alignment to match open parenthesis Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_audio.c | 21 +- drivers/staging/goldfish/goldfish_nand.c | 36 +++ 2 files changed, 28 insertions(+), 29

[PATCH v2 2/6] staging: goldfish: remove useless space after a cast

2014-09-03 Thread Loic Pefferkorn
Coding style: remove useless space after a cast Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/goldfish/goldfish_nand.c b/drivers/staging/goldfish/goldfish_nand.c index

[PATCH v2 5/6] staging: goldfish: document mutex usage

2014-09-03 Thread Loic Pefferkorn
Coding style: document mutex usage Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_nand.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/goldfish/goldfish_nand.c b/drivers/staging/goldfish/goldfish_nand.c index 3f13ef0..c6c85d3 100644 ---

[PATCH v2 6/6] staging: goldfish: avoid multiple assignments

2014-09-03 Thread Loic Pefferkorn
Coding style: avoid multiple assignments Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_nand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/goldfish/goldfish_nand.c b/drivers/staging/goldfish/goldfish_nand.c index

[PATCH v2 1/6] staging: goldfish: suppress consecutive blank lines

2014-09-03 Thread Loic Pefferkorn
Coding style: suppress consecutive blank lines Signed-off-by: Loic Pefferkorn l...@loicp.eu --- drivers/staging/goldfish/goldfish_audio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/goldfish/goldfish_audio.c b/drivers/staging/goldfish/goldfish_audio.c index

Greetings

2014-09-03 Thread kimsroynhakcb
Greetings How are you doing today? i hope all is well with you and your family. Please i am contacting you for good and betterment of us. I am a staff of a financial firm here in Asia and you are my first contact, and I am contacting you because I need to do this deal with someone outside my

[PATCH 2/4] staging: et131x: Remove spinlock fbr_lock

2014-09-03 Thread Mark Einon
The spinlock fbr_lock is only used in a single call sequence staring from et131x_poll. As this call is already locked by napi-poll_lock, we can remove it. Signed-off-by: Mark Einon mark.ei...@gmail.com --- drivers/staging/et131x/et131x.c | 6 -- 1 file changed, 6 deletions(-) diff --git

[PATCH 4/4] staging: et131x: Fix whitespace - alignment matching open parenthesis

2014-09-03 Thread Mark Einon
Fix occurrences in et131x.c of: CHECK: Alignment should match open parenthesis Signed-off-by: Mark Einon mark.ei...@gmail.com --- drivers/staging/et131x/et131x.c | 130 +--- 1 file changed, 67 insertions(+), 63 deletions(-) diff --git

[PATCH 3/4] staging: et131x: Add auto-negotiation and 1000BT_Half as supported protocols

2014-09-03 Thread Mark Einon
The driver supports auto-negotiation and 100BaetT_Half but doesn't advertise or list it in it's phydev. Fix that. Signed-off-by: Mark Einon mark.ei...@gmail.com --- drivers/staging/et131x/et131x.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git

[PATCH 1/4] staging: et131x: Remove dead code in isr

2014-09-03 Thread Mark Einon
Dan Carpenter reports: The patch c2ebf58ba089: staging: et131x: Implement NAPI support from Aug 21, 2014, leads to the following static checker warning: drivers/staging/et131x/et131x.c:4004 et131x_isr() warn: we tested 'status' before and it was 'true' We don't actually need the

[PATCH] Staging: rtl8821ae: base: add missing blank line after declaration

2014-09-03 Thread An Ha
Add a missing blank line after declaration to fix coding style issue. Signed-off-by: An Ha zero579...@gmail.com --- drivers/staging/rtl8821ae/base.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/rtl8821ae/base.c b/drivers/staging/rtl8821ae/base.c index 4a36da0..dbf28ce

[PATCH] staging: comedi: hwdrv_apci1500: use dev-class_dev in calls to dev_warn()

2014-09-03 Thread Chase Southwood
git-grep reveals that hwdrv_apci1500.c is the only file in comedi that uses dev-hw_dev in calls to dev_{err,warn}(). The rest of the drivers pass dev-class_dev to these macros instead. Switch the dev_warn() calls in this driver to use dev-class_dev as well, for consistency. Signed-off-by: Chase

RE: [PATCH] staging: comedi: hwdrv_apci1500: use dev-class_dev in calls to dev_warn()

2014-09-03 Thread Hartley Sweeten
On Wednesday, September 03, 2014 4:59 PM, Chase Southwood wrote: git-grep reveals that hwdrv_apci1500.c is the only file in comedi that uses dev-hw_dev in calls to dev_{err,warn}(). The rest of the drivers pass dev-class_dev to these macros instead. Switch the dev_warn() calls in this driver

For A Long Term Business Relationship,

2014-09-03 Thread Howard Williams
Dear Sir/Madam, We are interested in purchasing your products , and we sincerely hope to establish a long-term business relationship with your esteemed company. Please kindly send me your catalog. Also, inform me about the Minimum Order Quantity,Delivery time or FOB /CIF, and payment terms

[PATCH] staging: lustre: lmv: lmv_internal.h: fix checkpatch.pl spacing errors

2014-09-03 Thread Juston Li
lmv_internal.h:96: ERROR: space prohibited after that open parenthesis '(' lmv_internal.h:96: ERROR: space required before the open parenthesis '(' lmv_internal.h:147: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Juston Li juston.h...@gmail.com ---