[PATCH] Staging: rts5139: fix parantheses coding style issue in ms.c

2013-12-13 Thread Preetam D'Souza
This patch fixes an unnecessary return statement parantheses error found in ms.c by the checkpatch.pl tool. Signed-off-by: Preetam D'Souza preetamjdso...@gmail.com --- drivers/staging/rts5139/ms.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rts5139/ms.c

Re: [PATCH] Staging: android: fix parantheses coding style issue in alarm-dev.c

2013-12-09 Thread Preetam D'Souza
Hey Greg--I'm working against Linus' latest tree on https://github.com/torvalds/linux.git ... which tree should I be using for the updated code? Thanks! Preetam On Sun, Dec 8, 2013 at 5:30 PM, Greg KH gre...@linuxfoundation.org wrote: On Sat, Dec 07, 2013 at 02:35:52PM -0800, Preetam D'Souza

Re: [PATCH] Staging: android: fix parantheses coding style issue in alarm-dev.c

2013-12-09 Thread Preetam D'Souza
On Mon, Dec 9, 2013 at 8:04 PM, Greg KH gre...@linuxfoundation.org wrote: linux-next or the subsystem-specific tree (for drivers/staging/ that would be the staging.git tree at git.kernel.org, and use the staging-next branch.) hope this helps, greg k-h Got it! Thanks for the heads UP, will

[PATCH] Staging: android: fix parantheses coding style issue in alarm-dev.c

2013-12-07 Thread Preetam D'Souza
This patch fixes an unecessary return statement parantheses error found in alarm-dev.c by the checkpatch.pl tool -- alarm-dev.c now has no more errors/warnings! Signed-off-by: Preetam D'Souza preetamjdso...@gmail.com --- drivers/staging/android/alarm-dev.c |4 ++-- 1 file changed, 2