Re: [PATCH] Staging: speakup: styel fix, octal file permissions

2017-01-07 Thread Derek Robson
On Sat, Jan 07, 2017 at 08:39:45AM +0100, Greg KH wrote: > On Sat, Jan 07, 2017 at 05:11:16PM +1300, Derek Robson wrote: > > Changed file permission to octal style, > > Found using checkpatch > > Typo in your subject line :( > > > > > Signed-off-by: Derek Robson > > --- > >

[PATCH v2 1/2] Staging: unisys: visorbus: visorbus_main.c: fixed style

2017-01-07 Thread Derek Robson
Changed file permissions to octal sytle. Found using checkpatch. Acked-by: David Kershner Signed-off-by: Derek Robson --- Version 1 had duplicated subject/commit message, fixed in v2 drivers/staging/unisys/visorbus/visorbus_main.c | 6 +++--- 1

[PATCH v2 2/2] Staging: unisys: visorbus: visorchipset.c: style fix

2017-01-07 Thread Derek Robson
Changed file permissions to octal sytle. Found using checkpatch. Acked-by: David Kershner Signed-off-by: Derek Robson --- Version 1 had duplicated subject/commit message, fixed in v2 drivers/staging/unisys/visorbus/visorchipset.c | 2 +- 1 file

[PATCH v2 0/2] Staging: unisys: visorbus: style fix

2017-01-07 Thread Derek Robson
Two files change in style fix, changes are octal file permiss ions. version 2: first verion has duplicated subject/commit messages Derek Robson (2): Staging: unisys: visorbus: visorbus_main.c: fixed style Staging: unisys: visorbus: visorchipset.c: style fix

[PATCH 2/2] staging: sm750fb: fix checkpatch 80 characters warning

2017-01-07 Thread Abdul Rauf
Fix the following warnings: line over 80 characters Signed-off-by: Abdul Rauf --- I just fixed 2/8 instances of this warning without compromising readability. Why I didn't fix other 6 instances? 2 remaining instances contains comments (these comments shouldn't

[PATCH 1/2] staging: sm750fb: fix checkpatch multiple blank lines check

2017-01-07 Thread Abdul Rauf
Fix the following checks: Please don't use multiple blank lines Signed-off-by: Abdul Rauf --- drivers/staging/sm750fb/sm750.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c index

Re: [PATCH v4] staging: iio: ad7606: replace range/range_available with corresponding scale

2017-01-07 Thread Jonathan Cameron
On 07/01/17 12:54, Lars-Peter Clausen wrote: > On 01/07/2017 12:10 PM, Eva Rachel Retuya wrote: >> Eliminate the non-standard attributes in_voltage_range and >> in_voltage_range_available. Implement in_voltage_scale_available in place >> of these attributes and update the SCALE accordingly. The

Re: [PATCH v4] staging: iio: ad7606: replace range/range_available with corresponding scale

2017-01-07 Thread Lars-Peter Clausen
On 01/07/2017 12:10 PM, Eva Rachel Retuya wrote: > Eliminate the non-standard attributes in_voltage_range and > in_voltage_range_available. Implement in_voltage_scale_available in place > of these attributes and update the SCALE accordingly. The array > scale_avail is introduced to hold the

[PATCH] staging: rtl8188eu: fixed 'braces are not necessary for single statement blocks'.

2017-01-07 Thread Yamanappagouda Patil
Fixed checkpatch.pl warnings in rtl8188eu module core folder files. Signed-off-by: Yamanappagouda Patil --- drivers/staging/rtl8188eu/core/rtw_efuse.c| 4 ++-- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 14 +-

Re: [PATCH] Stagging :Comedi :Fixed Camel Case Style issue

2017-01-07 Thread Greg Kroah-Hartman
On Sat, Jan 07, 2017 at 03:48:05PM +0530, sumit negi wrote: > Fixed a camel style issue. Really? Look at what you changed: > -extern const struct comedi_lrange range_0_20mA; > -extern const struct comedi_lrange range_4_20mA; > -extern const struct comedi_lrange range_0_32mA; > +extern const

[PATCH 3/4] Staging: comedi: comedi_fops: Remove unused vmalloc.h header

2017-01-07 Thread Cheah Kok Cheong
Unused after commit d18431325be0 ("staging: comedi: deprecate loading firmware with comedi_config"). Signed-off-by: Cheah Kok Cheong --- drivers/staging/comedi/comedi_fops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/comedi/comedi_fops.c

[PATCH 1/4] Staging: comedi: comedi_fops: Remove unused kmod.h header

2017-01-07 Thread Cheah Kok Cheong
Unused after commit f30f2c2d417b ("staging: comedi: remove check for CONFIG_KMOD"). Anyway it's included in module.h Signed-off-by: Cheah Kok Cheong --- drivers/staging/comedi/comedi_fops.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 2/4] Staging: comedi: comedi_fops: Remove redundant init.h header

2017-01-07 Thread Cheah Kok Cheong
After commit 0fd972a7d91d ("module: relocate module_init from init.h to module.h"), including module.h will do and init.h is also thrown in. Signed-off-by: Cheah Kok Cheong --- drivers/staging/comedi/comedi_fops.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 4/4] Staging: comedi: comedi_fops: Remove unused stat.h header

2017-01-07 Thread Cheah Kok Cheong
Unused after commit 6e3029397698 ("staging: comedi: comedi_fops: coding style fixes") - Fixed coding style in comedi_fops.c Symbolic to octal permission. Anyway it's included in module.h Signed-off-by: Cheah Kok Cheong --- drivers/staging/comedi/comedi_fops.c | 1 - 1 file

[PATCH 0/4] Staging: comedi: comedi_fops: Header cleanup

2017-01-07 Thread Cheah Kok Cheong
This series does trivial header cleanup for comedi_fops.c Cheah Kok Cheong (4): Staging: comedi: comedi_fops: Remove unused kmod.h header Staging: comedi: comedi_fops: Remove redundant init.h header Staging: comedi: comedi_fops: Remove unused vmalloc.h header Staging: comedi: comedi_fops:

[PATCH v4] staging: iio: ad7606: replace range/range_available with corresponding scale

2017-01-07 Thread Eva Rachel Retuya
Eliminate the non-standard attributes in_voltage_range and in_voltage_range_available. Implement in_voltage_scale_available in place of these attributes and update the SCALE accordingly. The array scale_avail is introduced to hold the available scale values. Signed-off-by: Eva Rachel Retuya

[PATCH] Stagging :Comedi :Fixed Camel Case Style issue

2017-01-07 Thread sumit negi
Fixed a camel style issue. Signed-off-by: sumit negi --- drivers/staging/comedi/comedidev.h | 6 +++--- drivers/staging/comedi/drivers/dt2815.c | 2 +- drivers/staging/comedi/drivers/ni_670x.c | 2 +- drivers/staging/comedi/drivers/pcl726.c | 8 4 files

RE: [PATCH v2] hv: retry infinitely on hypercall transient failures

2017-01-07 Thread Long Li
> -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Friday, January 06, 2017 11:43 PM > To: Long Li > Cc: KY Srinivasan ; Haiyang Zhang > ; de...@linuxdriverproject.org; linux- > ker...@vger.kernel.org >