[PATCH] staging: lustre: Fixed the parenthesis

2016-02-14 Thread Shalin Mehta
The parentehsis are fixed in the macro for the ldlm lock to set and clear the flags. Signed-off-by: Shalin Mehta --- drivers/staging/lustre/lustre/include/lustre_dlm_flags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/lustre/include/lustre_dlm_f

Re: [PATCH] Staging: android: fix brace coding style issue in sync_debug.c

2016-02-14 Thread Greg KH
On Sun, Feb 14, 2016 at 08:02:38PM -0500, Oliver Graff wrote: > Sorry, do you mean the patch won't apply or you were the wrong person > to bother with this? Either way I'm so sorry if I wasted any of your > time. The patch didn't apply to my tree. I'm the right one to send this to, please make yo

[PATCH 2/2] staging: wilc1000: codestyle fix removes unnecessary braces

2016-02-14 Thread Roger H. Newell
This patch removes braces {} for single block statements as prescribed by checkpatch.pl Signed-off-by: Roger H. Newell --- drivers/staging/wilc1000/wilc_spi.c | 25 + 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_spi.c b/dri

[PATCH 2/2] staging: wilc1000: codestyle fix removes unnecessary braces

2016-02-14 Thread Roger H. Newell
This patch removes braces {} for single block statements as prescribed by checkpatch.pl Signed-off-by: Roger H. Newell --- drivers/staging/wilc1000/wilc_spi.c | 25 + 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_spi.c b/dri

[PATCH 1/2] staging: wilc1000: codestyle fix removes unnecessary spaces

2016-02-14 Thread Roger H. Newell
This patch corrects spacing errors generated by checkpatch.pl Signed-off-by: Roger H. Newell --- drivers/staging/wilc1000/wilc_spi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_spi.c b/drivers/staging/wilc1000/wilc_spi.c index 2928712.

Re: [PATCH] Staging: android: fix brace coding style issue in sync_debug.c

2016-02-14 Thread Oliver Graff
Sorry, do you mean the patch won't apply or you were the wrong person to bother with this? Either way I'm so sorry if I wasted any of your time. Thanks, Oliver On Sun, Feb 14, 2016 at 7:35 PM, Greg KH wrote: > On Fri, Feb 12, 2016 at 03:52:09AM -0500, Oliver Graff wrote: >> Remove scope braces t

Re: [PATCH] staging/lustre: proper support of NFS anonymous dentries

2016-02-14 Thread Greg Kroah-Hartman
On Sun, Feb 14, 2016 at 07:13:52PM -0500, gr...@linuxhacker.ru wrote: > From: Dmitry Eremin > > NFS can ask to encode dentries that are not connected to the root. > The fix check for parent is NULL and encode a file handle accordingly. > > Reviewed-on: http://review.whamcloud.com/8347 > Intel-bu

Re: [PATCH v5 2/8] Staging: rts5208: rtsx_transport.c: Align to open parenthesis

2016-02-14 Thread Greg KH
On Thu, Feb 11, 2016 at 10:56:08PM -0800, Shaun Ren wrote: > This patch fixes the alignment issue reported by checkpatch.pl: > > CHECK: Alignment should match open parenthesis > > Add a unsigned char *sgbuffer in rtsx_stor_access_xfer_buffer to make the > following memcpy logic easier to read. >

Re: [PATCH v3 1/5] Staging: rtl8188eu/core: remove paragraph which mention FSF address in comment header

2016-02-14 Thread Greg Kroah-Hartman
On Fri, Feb 12, 2016 at 07:05:49PM +0100, Colin Vidal wrote: > Signed-off-by: Colin Vidal > --- All of these need to be resent with a changelog comment added. thanks, greg k-h ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxd

Re: [PATCH v3 5/5] Staging: rtl8188eu/core: make core more readable

2016-02-14 Thread Greg Kroah-Hartman
On Fri, Feb 12, 2016 at 07:05:53PM +0100, Colin Vidal wrote: > Signed-off-by: Colin Vidal > --- > drivers/staging/rtl8188eu/core/rtw_iol.c | 10 +++--- > 1 file changed, 3 insertions(+), 7 deletions(-) > > diff --git a/drivers/staging/rtl8188eu/core/rtw_iol.c > b/drivers/staging/rtl8188eu/c

Re: [PATCH] Staging: android: fix brace coding style issue in sync_debug.c

2016-02-14 Thread Greg KH
On Fri, Feb 12, 2016 at 03:52:09AM -0500, Oliver Graff wrote: > Remove scope braces that were generating a warning in sync_debug.c since > they were scoping a single statement > > Signed-off-by: Oliver Graff > --- > drivers/staging/android/sync_debug.c | 3 +-- > 1 file changed, 1 insertion(+),

Re: [PATCH] staging: wilc1000: codestyle corrections

2016-02-14 Thread Greg KH
On Fri, Feb 12, 2016 at 06:05:03PM -0330, Roger H. Newell wrote: > This patch removes braces {} for single block statements as prescribed > by checkpatch.pl > > Signed-off-by: Roger H. Newell > --- > drivers/staging/wilc1000/wilc_spi.c | 25 + > 1 file changed, 9 insertio

[PATCH] staging/lustre: proper support of NFS anonymous dentries

2016-02-14 Thread green
From: Dmitry Eremin NFS can ask to encode dentries that are not connected to the root. The fix check for parent is NULL and encode a file handle accordingly. Reviewed-on: http://review.whamcloud.com/8347 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4231 Reviewed-by: Fan Yong Reviewed-by:

[PATCH v2 3/3] iio: hmc5843: Move hmc5843 out of staging

2016-02-14 Thread Cristina Moraru
This patch moves hmc5843 driver from staging/iio/magnetometer to iio/magnetometer, updates the corresponding Makefiles and moves the hmc5843* entries to the 'Industrial I/O support -> Magnetometer sensors' menu. Signed-off-by: Cristina Moraru Cc: Daniel Baluta --- Changes since v1: No ch

[PATCH v2 1/3] iio: hmc5843: Add attributes for measurement config of bias current

2016-02-14 Thread Cristina Moraru
Change static attribute meas_conf for bias current configuration to channel attribute in_magn_meas_conf and also add in_magn_meas_conf_available attribute to view available configurations. This patch solves functionality bug: driver was using same function hmc5843_set_measurement_configuration for

[PATCH v2 0/3] iio: hmc5843: Fix issues and move out of staging

2016-02-14 Thread Cristina Moraru
Fix driver issues and add completions. Add custom attribute to display available values for bias current, changed implementation to iio_enum in order to make it more suggestive to the user, add documentation for undocumented custom attributes and move the driver from the staging directory to driver

[PATCH v2 2/3] iio: hmc5843: Add ABI documentation file for hmc5843

2016-02-14 Thread Cristina Moraru
Add ABI file documenting hmc5843 non-standard attributes meas_conf and meas_conf_available for bias current configuration. Signed-off-by: Cristina Moraru Cc: Daniel Baluta --- Changes since v1: Changed API from integer values to string values .../ABI/testing/sysfs-bus-iio-magnetometer-h

[PATCH] staging: rtl8712: Remove unnecessary ret variable

2016-02-14 Thread Joseph Bisch
Since the variable ret is set at the beginning of the function and never changes its value, we can just return the value it was set to. Found using coccinelle with misc/returnvar.cocci. Signed-off-by: Joseph Bisch --- drivers/staging/rtl8712/os_intfs.c | 3 +-- 1 file changed, 1 insertion(+), 2

Re: [PATCH] staging: rtl8712: Remove unnecessary ret variable

2016-02-14 Thread Greg KH
On Sun, Feb 14, 2016 at 04:34:17PM -0500, Joseph Bisch wrote: > I am forwarding this patch that I previously sent to the three people > listed in drivers/staging/rtl8712/TODO. > -- Why is the above here in the body of the patch? Please remove it, I don't want to have to hand-edit the patch in ord

[PATCH] staging: rtl8712: Remove unnecessary ret variable

2016-02-14 Thread Joseph Bisch
I am forwarding this patch that I previously sent to the three people listed in drivers/staging/rtl8712/TODO. -- Since the variable ret is set at the beginning of the function and never changes its value, we can just return the value it was set to. Found using coccinelle with misc/returnvar.cocci.

HELLO...

2016-02-14 Thread Marcelline Adala
Hi Dear, I'm Marcelline Adala, I am a National of France and I live in Abidjan, Cote d’Ivoire. I’m contacting because I want to be your friend and confide in you because I have in my possession now 186.13 Kilograms of Gold Dust, Quality: 23 carat, purity 92% that I inherited from my late mother

[PATCH] Staging: nvec: Modify the nvec_write_sync method to return the error code

2016-02-14 Thread Tomás Tormo
Modify the nvec_write_sync function to return the error code instead of the received message. The received message is now returned as an output parameter. Signed-off-by: Tomás Tormo --- drivers/staging/nvec/TODO | 2 -- drivers/staging/nvec/nvec.c | 34 +++--- dri

Re: [PATCH] Staging: nvec: Modify the nvec_write_sync method to return the received message in a variable (and return the error code)

2016-02-14 Thread Greg KH
On Sun, Feb 14, 2016 at 12:29:37PM +0100, Tomás Tormo wrote: > Signed-off-by: Tomás Tormo You forgot to include a changelog here, I can't accept patches that don't take the time to at least describe why the patch is needed :( ___ devel mailing list de..

[PATCH] Staging: nvec: Modify the nvec_write_sync method to return the received message in a variable (and return the error code)

2016-02-14 Thread Tomás Tormo
Signed-off-by: Tomás Tormo --- drivers/staging/nvec/TODO | 2 -- drivers/staging/nvec/nvec.c | 34 +++--- drivers/staging/nvec/nvec.h | 5 +++-- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/drivers/staging/nvec/TODO b/drivers/staging/nvec/TODO i