Re: [PATCH 3/3] Fix line over 80 character issue and space before tabs issue in trace.h

2012-10-02 Thread Toshiaki Yamane
On Tue, Oct 2, 2012 at 9:23 PM, Dan Carpenter wrote: > On Tue, Oct 02, 2012 at 08:54:48PM +0900, YAMANE Toshiaki wrote: >> fixed some checkpatch warnings. >> >> -WARNING: line over 80 characters >> -WARNING: please, no space before tabs >> > > These looked nicer in the original, sorry. I will

Re: [PATCH 3/3] Fix line over 80 character issue and space before tabs issue in trace.h

2012-10-02 Thread Dan Carpenter
On Tue, Oct 02, 2012 at 08:54:48PM +0900, YAMANE Toshiaki wrote: > fixed some checkpatch warnings. > > -WARNING: line over 80 characters > -WARNING: please, no space before tabs > These looked nicer in the original, sorry. regards, dan carpenter -- To unsubscribe from this list: send the line

[PATCH 3/3] Fix line over 80 character issue and space before tabs issue in trace.h

2012-10-02 Thread YAMANE Toshiaki
fixed some checkpatch warnings. -WARNING: line over 80 characters -WARNING: please, no space before tabs Signed-off-by: Toshiaki Yamane --- drivers/staging/rts_pstor/trace.h | 62 - 1 file changed, 34 insertions(+), 28 deletions(-) diff --git

[PATCH 3/3] Fix line over 80 character issue and space before tabs issue in trace.h

2012-10-02 Thread YAMANE Toshiaki
fixed some checkpatch warnings. -WARNING: line over 80 characters -WARNING: please, no space before tabs Signed-off-by: Toshiaki Yamane yamaneto...@gmail.com --- drivers/staging/rts_pstor/trace.h | 62 - 1 file changed, 34 insertions(+), 28 deletions(-)

Re: [PATCH 3/3] Fix line over 80 character issue and space before tabs issue in trace.h

2012-10-02 Thread Dan Carpenter
On Tue, Oct 02, 2012 at 08:54:48PM +0900, YAMANE Toshiaki wrote: fixed some checkpatch warnings. -WARNING: line over 80 characters -WARNING: please, no space before tabs These looked nicer in the original, sorry. regards, dan carpenter -- To unsubscribe from this list: send the line

Re: [PATCH 3/3] Fix line over 80 character issue and space before tabs issue in trace.h

2012-10-02 Thread Toshiaki Yamane
On Tue, Oct 2, 2012 at 9:23 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Tue, Oct 02, 2012 at 08:54:48PM +0900, YAMANE Toshiaki wrote: fixed some checkpatch warnings. -WARNING: line over 80 characters -WARNING: please, no space before tabs These looked nicer in the original, sorry.