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
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
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
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
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.
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
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
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.
>
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
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
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(+),
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
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:
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
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
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
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
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
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
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.
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
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
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..
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
24 matches
Mail list logo