Mobile Application Development: Swift, Android, ionic, PhoneGap

2015-11-14 Thread Jonathan Darren
Hello, Greetings!!! Glad to connect with you over this professional platform. With the mission to provide Mobile Enabled IoT Tech Solutions, we are concentrated on Internet of Things, Enterprise Mobility, Web and eCommerce enabled Hyperlocal Business Solutions. We provide professional-level cus

[PATCH] staging: wilc1000: Remove 'if' statement, which is always false

2015-11-14 Thread Chandra S Gorentla
- 'if' which is always false is removed - variable associated with this 'if' is deleted Signed-off-by: Chandra S Gorentla --- drivers/staging/wilc1000/wilc_msgqueue.c | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_msgqueue.c b/drivers/s

Transaction

2015-11-14 Thread Mr Chin Sang
Good day I am using this medium to inform you of the transaction for the transfer of $ 2150 (Twenty-one million, five hundred thousand dollars) in my bank in China to you as a receiver. It will be 100% safe, being the financial officer of the deceased customer. Please

[PATCH] Staging: dgnc: dgnc_neo.c: Coding Style issue (should be space before asterisk).

2015-11-14 Thread Nizam Haider
Patch will add a space in commentary line. Signed-off-by: Nizam Haider --- drivers/staging/dgnc/dgnc_neo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c index 3cf4783..4ef157f 100644 --- a/drivers/staging/dgn

[PATCH] staging: comedi: ni_mio_common: add "no_channel" versions of some functions

2015-11-14 Thread Andrzej Pietrasiewicz
ni_release_ai_mite_channel(), ni_release_ao_mite_channel(), ni_release_gpct_mite_channel() and ni_release_cdo_mite_channel() call functions which interpret -1 as a special value meaning "no channel". This patch adds explicit "no_channel" versions instead. On the other hand, after "no_channel" vers

[PATCH] [media] lirc_imon: do not leave imon_probe() with mutex held

2015-11-14 Thread Alexey Khoroshilov
Commit af8a819a2513 ("[media] lirc_imon: simplify error handling code") lost mutex_unlock(&context->ctx_lock), so imon_probe() exits with the context->ctx_lock mutex acquired. The patch adds mutex_unlock(&context->ctx_lock) back. Found by Linux Driver Verification project (linuxtesting.org). Sig

Re: [PATCH] Staging: iio: iio_simple_dummy_buffer: Typo in comments area

2015-11-14 Thread Jonathan Cameron
On 14/11/15 09:28, Lars-Peter Clausen wrote: > On 11/14/2015 03:44 AM, Nizam Haider wrote: >> Fix simple typo in comments >> >> Signed-off-by: Nizam Haider > > Thanks for the patch. > >> --- >> drivers/staging/iio/iio_simple_dummy_buffer.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-

[PATCH] comedi: gsc_hpdi: Fix coding style - use kernel type definitions for variables

2015-11-14 Thread Ranjith Thangavel
kernel type definitions are preferred for variables over standard type definitions Signed-off-by: Ranjith Thangavel --- drivers/staging/comedi/drivers/gsc_hpdi.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/comedi/drivers/gsc_hpdi.c

[PATCH] comedi: dmm32at: Fix coding style - use BIT macro

2015-11-14 Thread Ranjith Thangavel
BIT macro is used for defining BIT location instead of shifting operator, usleep_range is preferred over udelay - coding style issue Signed-off-by: Ranjith Thangavel --- drivers/staging/comedi/drivers/dmm32at.c | 104 +++--- 1 file changed, 52 insertions(+), 52 deletions

Re: [PATCH v3 2/5] Staging: dgnc: dgnc_neo.c: Logical continuations should be on the previous line

2015-11-14 Thread Andy Shevchenko
On Sat, Nov 14, 2015 at 4:40 PM, Nizam Haider wrote: > Fix Checkpatch warning > CHECK: Logical continuations should be on the previous line > + (brd->vpd[0x10] != 0x82)) || /* long resource name tag (PCI-66 > files)*/ You may fix commentary line here (should be space before asterisk

[PATCH v3 3/5] Staging: dgnc: dgnc_neo.c: Spaces preferred around operators

2015-11-14 Thread Nizam Haider
Fix Checkpatch warning CHECK: spaces preferred around that ' ' Signed-off-by: Nizam Haider --- drivers/staging/dgnc/dgnc_neo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c index 76d9376..93ec375 100644

[PATCH v3 5/5] Staging: dgnc: dgnc_tty: Typo error dgnc_wmove comment

2015-11-14 Thread Nizam Haider
Fix Typo errror in the comment section of dgnc_wmove Signed-off-by: Nizam Haider --- drivers/staging/dgnc/dgnc_tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c index 48e4b90..b79eab0 100644 --- a/drivers/s

[PATCH v3 4/5] Staging: dgnc: dgnc_neo.c Braces {} should be used on all arms of this statement

2015-11-14 Thread Nizam Haider
Fix Checlpatch warning HECK: braces {} should be used on all arms of this statement Signed-off-by: Nizam Haider --- drivers/staging/dgnc/dgnc_neo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c index 93ec

[PATCH v3 2/5] Staging: dgnc: dgnc_neo.c: Logical continuations should be on the previous line

2015-11-14 Thread Nizam Haider
Fix Checkpatch warning CHECK: Logical continuations should be on the previous line Signed-off-by: Nizam Haider --- drivers/staging/dgnc/dgnc_neo.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c inde

[PATCH v3 1/5] Staging: dgnc: dgnc_neo.c: usleep_range is preferred over udelay

2015-11-14 Thread Nizam Haider
Fix ceckpatch warning Signed-off-by: Nizam Haider --- drivers/staging/dgnc/dgnc_neo.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c index 8106f52..cf5bfc7 100644 --- a/drivers/staging/dgnc/dgnc_neo

[PATCH] comedi: pcmmio: Fix coding style - use BIT macro

2015-11-14 Thread Ranjith Thangavel
BIT macro is used for defining BIT location instead of shifting operator - coding style issue Signed-off-by: Ranjith Thangavel --- drivers/staging/comedi/drivers/pcmmio.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/comedi/drivers/p

[PATCH] comedi: ni_6527: Fix coding style - use BIT macro

2015-11-14 Thread Ranjith Thangavel
BIT macro is used for defining BIT location instead of shifting operator - coding style issue Signed-off-by: Ranjith Thangavel --- drivers/staging/comedi/drivers/ni_6527.c | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/drivers/staging/comedi/d

[PATCH] lustre: constify inode_operations structures

2015-11-14 Thread Julia Lawall
The inode_operations structures are never modified, so declare them as const, like all the other inode_operations structures. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/staging/lustre/lustre/llite/file.c |2 +- drivers/staging/lustre/lustre/llite/ll

Re: [PATCH] Staging: iio: iio_simple_dummy_buffer: Typo in comments area

2015-11-14 Thread Lars-Peter Clausen
On 11/14/2015 03:44 AM, Nizam Haider wrote: > Fix simple typo in comments > > Signed-off-by: Nizam Haider Thanks for the patch. > --- > drivers/staging/iio/iio_simple_dummy_buffer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/iio/iio_simple_dummy_b