Work with correct branch for kernel changes

2015-12-12 Thread Shirish Gajera
Hi, I am new to linux kernel and trying to understand the process of different git branch to work. So, if I am not wrong then there are different branch like stable, next, staging etc. Previously I work with staging branch so if I am making any changes for drivers/staging I have to work with

Re: Submitted a first patch and no reply

2015-01-08 Thread shirish gajera
into logical changes. That's hwy I just fix one warning. Please let me know if I can fix more than one warning in my first patch. Thanks, Shirish On Thu, Jan 8, 2015 at 12:32 PM, valdis.kletni...@vt.edu wrote: On Thu, 08 Jan 2015 12:00:07 -0800, shirish gajera said: WARNING: Single

Re: Submitted a first patch and no reply

2015-01-08 Thread shirish gajera
I will make necessary and try to re- submit the patch. On Thu, Jan 8, 2015 at 1:14 PM, Joe Perches j...@perches.com wrote: On Thu, 2015-01-08 at 15:49 -0500, valdis.kletni...@vt.edu wrote: On Thu, 08 Jan 2015 12:37:15 -0800, shirish gajera said: That's hwy I just fix one warning

Submitted a first patch and no reply

2015-01-08 Thread shirish gajera
the checkpatch.pl warning: WARNING: Single statement macros should not use a do {} while (0) loop I have added single statement in curly braces, because it was giving me WARNING: macros should not use a trailing semicolon. Signed-off-by: Shirish Gajera gajerashir...@gmail.com --- drivers/staging