Re: [PATCH] Staging:dgnc:dgnc_neo: fixed 80 character line limit coding style issue

2016-10-06 Thread Nadim Almas
May be it is not looking better than yours but it removed 6 warning of the file which is shown by running "perl scripts/checkpatch.pl -f drivers/staging/dgnc/* | less" commend On Thu, Oct 6, 2016 at 10:51 AM, Greg KH wrote: > On Wed, Oct 05, 2016 at 02:53:58PM -0700, Nadim Almas wrote: >> Fixed c

Re: [PATCH 2/2] Revert "staging: wilc1000: Replace kthread with workqueue for host interface"

2016-10-06 Thread Aditya Shankar
On Fri, 30 Sep 2016 15:22:15 +0200 Greg KH wrote: > On Fri, Sep 30, 2016 at 03:43:18PM +0530, Aditya Shankar wrote: > > This reverts commit 2518ac59eb27 ("staging: wilc1000: Replace kthread > > with workqueue for host interface") > > > > This commit breaks wilc1000 driver init. A crash was seen

Re: [PATCH 2/2] Revert "staging: wilc1000: Replace kthread with workqueue for host interface"

2016-10-06 Thread Greg KH
On Thu, Oct 06, 2016 at 03:26:59PM +0530, Aditya Shankar wrote: > On Fri, 30 Sep 2016 15:22:15 +0200 > Greg KH wrote: > > > On Fri, Sep 30, 2016 at 03:43:18PM +0530, Aditya Shankar wrote: > > > This reverts commit 2518ac59eb27 ("staging: wilc1000: Replace kthread > > > with workqueue for host int

Re: [PATCH] Staging:dgnc:dgnc_neo: fixed 80 character line limit coding style issue

2016-10-06 Thread Nadim Almas
May be it is not looking better than it did before but it removed 6 warning of the file which is shown by running "perl scripts/checkpatch.pl -f drivers/staging/dgnc/* | less" commend than why it is not acceptable On Thu, Oct 6, 2016 at 1:52 PM, Nadim Almas wrote: > May be it is not looking bette

Re: [PATCH] Staging:dgnc:dgnc_neo: fixed 80 character line limit coding style issue

2016-10-06 Thread Joe Perches
On Thu, 2016-10-06 at 20:53 +0530, Nadim Almas wrote: > May be it is not looking better than it did before but it removed 6 warning of > the file which is shown by running "perl scripts/checkpatch.pl -f > drivers/staging/dgnc/* | less" commend > than why it is not acceptable (please don't top post

[PATCH] staging: lustre: lprocfs_status.h: fix sparse error: symbol redeclared with different type

2016-10-06 Thread Samuele Baisi
drivers/staging/lustre/lustre/obdclass/lprocfs_status.c:1554:5: error: symbol 'lprocfs_wr_root_squash' redeclared with different type (originally declared at drivers/staging/lustre/lustre/obdclass/../include/lprocfs_status.h:704) - incompatible argument 1 (different address spaces) drivers/stagin

[PATCH 1/2] staging: ks7010: Remove unnecessary cast

2016-10-06 Thread Pontus Fuchs
sdio functions takes unsigned int as address. No need to cast. Signed-off-by: Pontus Fuchs --- drivers/staging/ks7010/ks7010_sdio.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/ks7010/ks7010_sdio.c b/drivers/staging/ks7010/ks7010_sdio.c index 81c46f4.

[PATCH 2/2] staging: ks7010: Use printk format specifier for MAC addresses

2016-10-06 Thread Pontus Fuchs
Convert to %pM instead of custom code. Signed-off-by: Pontus Fuchs --- drivers/staging/ks7010/ks_hostif.c | 36 +++- drivers/staging/ks7010/ks_wlan_net.c | 9 ++--- 2 files changed, 9 insertions(+), 36 deletions(-) diff --git a/drivers/staging/ks7010/ks_ho

Administrador do sistema‌

2016-10-06 Thread ADMIN
Sua caixa de correio excedeu o limite de armazenamento, que é de 20 GB tal como definido pela administrador, você está executando atualmente no 20.9 GB, você pode não ser capaz de enviar ou receber novas mensagens até que volte a validar a sua caixa de correio. Para re-validar a sua caixa de cor

[PATCH 1/4] staging: iio: isl29018: add documentation about the infrared suppression

2016-10-06 Thread Brian Masney
Add documentation from the ISL29018 Data Sheet (FN6619.4, Oct 8, 2012) about the infrared suppression that can be controlled with the proximity_on_chip_ambient_infrared_suppression sysfs attribute. Signed-off-by: Brian Masney --- drivers/staging/iio/light/isl29018.c | 18 ++ 1 fi

[PATCH 3/4] staging: iio: isl29018: rename Kconfig variable to match existing light drivers in mainline.

2016-10-06 Thread Brian Masney
Rename CONFIG_SENSORS_ISL29018 to CONFIG_ISL29018 for consistency with the other light drivers in mainline. Signed-off-by: Brian Masney --- drivers/staging/iio/light/Kconfig | 2 +- drivers/staging/iio/light/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

[PATCH 4/4] staging: iio: isl29018: move out of staging

2016-10-06 Thread Brian Masney
Move ISL29018/ISL29023/ISL29035 driver out of staging into mainline. Signed-off-by: Brian Masney --- drivers/iio/light/Kconfig| 12 + drivers/iio/light/Makefile | 1 + drivers/iio/light/isl29018.c | 847 +++ drivers/staging/iio/lig

[PATCH 2/4] staging: iio: isl29018: document device tree bindings

2016-10-06 Thread Brian Masney
Fix the following warnings from checkpatch: WARNING: DT compatible string "isil,isl29018" appears un-documented -- check ./Documentation/devicetree/bindings/ WARNING: DT compatible string "isil,isl29023" appears un-documented -- check ./Documentation/devicetree/bindings/ WARNING: DT compatible str

[PATCH] drivers: staging: greybus: Fixed CHECKS for brace issues

2016-10-06 Thread Chase Metzger
Added braces to else statements where checkpatch complained. Signed-off-by: Chase Metzger --- drivers/staging/greybus/audio_topology.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/staging/greybus/audio_topology.c b/drivers/staging/greybus/audio_topology.c i

Re: [PATCH] drivers: staging: greybus: Fixed CHECKS for brace issues

2016-10-06 Thread Viresh Kumar
On Fri, Oct 7, 2016 at 8:08 AM, Chase Metzger wrote: > Added braces to else statements where checkpatch complained. > > Signed-off-by: Chase Metzger > --- > drivers/staging/greybus/audio_topology.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) Acked-by: Viresh Kumar __

Re: [PATCH] drivers: staging: greybus: Fixed CHECKS for brace issues

2016-10-06 Thread Vaibhav Agarwal
On Fri, Oct 7, 2016 at 8:08 AM, Chase Metzger wrote: > Added braces to else statements where checkpatch complained. > > Signed-off-by: Chase Metzger > --- Reviewed-by: Vaibhav Agarwal ___ devel mailing list de...@linuxdriverproject.org http://driverde

Re: [PATCH] staging: lustre: lprocfs_status.h: fix sparse error: symbol redeclared with different type

2016-10-06 Thread Greg KH
On Thu, Oct 06, 2016 at 06:52:07PM +0200, Samuele Baisi wrote: > drivers/staging/lustre/lustre/obdclass/lprocfs_status.c:1554:5: error: > symbol 'lprocfs_wr_root_squash' redeclared with different type (originally > declared at > drivers/staging/lustre/lustre/obdclass/../include/lprocfs_status.h:70

Re: [PATCH] staging: sm750fb: Fix printk() style warning

2016-10-06 Thread Edward Lipinsky
On Sun, Oct 02, 2016 at 08:13:01PM +0200, Greg KH wrote: > On Sun, Oct 02, 2016 at 11:05:05AM -0700, Edward Lipinsky wrote: > > This patch fixes the checkpatch.pl warning: > > > > WARNING: printk() should include KERN_ facility level > > > > Signed-off-by: Edward Lipinsky > > --- > > drivers/st