[PATCH] staging:ktap:loader.c fix coding style

2013-10-27 Thread Gokulnath A
fixed the errors and warnings generated by checkpatch.pl script. Signed-off-by: Gokulnath A --- drivers/staging/ktap/interpreter/loader.c | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/drivers/staging/ktap/interpreter/loader.c b/drivers/staging/

Re: [PATCH] staging:ktap:loader.c fix coding style

2013-10-27 Thread Greg KH
On Mon, Oct 28, 2013 at 12:43:04AM +0530, Gokulnath A wrote: > fixed the errors and warnings generated by > checkpatch.pl script. > > Signed-off-by: Gokulnath A > --- > drivers/staging/ktap/interpreter/loader.c | 27 +-- > 1 file changed, 13 insertions(+), 14 deletions(-)

Re: [PATCH] staging:ktap:loader.c fix coding style

2013-10-27 Thread Jovi Zhangwei
On Mon, Oct 28, 2013 at 4:58 AM, Greg KH wrote: > On Mon, Oct 28, 2013 at 12:43:04AM +0530, Gokulnath A wrote: >> fixed the errors and warnings generated by >> checkpatch.pl script. >> >> Signed-off-by: Gokulnath A >> --- >> drivers/staging/ktap/interpreter/loader.c | 27 +---