Re: [PATCH] staging:sm750fb:Fixed no space and indent warnings

2015-03-16 Thread Sudip Mukherjee
On Sun, Mar 15, 2015 at 05:21:09PM -0700, Ragavendra Nagraj wrote: the convention to write the subject is : staging: sm750fb: your subject line this is for all drivers, if you see the mails in lkml you will see that almost everyone follows the same convention. > > Signed-off-by: Ragavendra Nagraj

Re: [PATCH] staging:sm750fb:Fixed no space and indent warnings

2015-03-15 Thread Sudip Mukherjee
On Sun, Mar 15, 2015 at 01:24:24AM -0700, Ragavendra wrote: > ohh ok, is that the only fix that needs to be added. I don't mind fixing > that and sending if required. > > Anyway that brace needs to be on the same line as per the coding standards > otherwise we get "ERROR: that open brace { should

Re: [PATCH] staging:sm750fb:Fixed no space and indent warnings

2015-03-15 Thread Sudip Mukherjee
On Sat, Mar 14, 2015 at 02:30:51PM -0700, Ragavendra Nagraj wrote: > This patch fixes the no spaces and indent warnings identified by the > checkpath.pl > script for the entire ddk750_chip.c file by using appropriate tab spaces > and indents accordingly. > > Signed-off-by: Ragavendra Nagraj > --