[PATCH] Staging: ft1000: fix spaces around operators in ft1000_debug.c

2014-12-02 Thread Paul Hedman
Fixes spacing issues around operators, e.g. i=0 to i = 0, as found by the checkpatch.pl tool. --- drivers/staging/ft1000/ft1000-usb/ft1000_debug.c | 28 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_debug.c

Re: [PATCH] Staging: ft1000: fix spaces around operators in ft1000_debug.c

2014-12-02 Thread Sudip Mukherjee
On Tue, Dec 02, 2014 at 07:30:40PM -0600, Paul Hedman wrote: Fixes spacing issues around operators, e.g. i=0 to i = 0, as found by the checkpatch.pl tool. no Signed-off-by ??? please run your patch through checkpatch before sending. thanks sudip ---