]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: greybus: loop_backtest: fixed consistent spacing style issue
authorJonathan Bowie <eudjtb@gmail.com>
Wed, 1 Mar 2017 10:46:30 +0000 (02:46 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 7 Mar 2017 06:38:13 +0000 (07:38 +0100)
Fixed incosistent spacing around arithmetic operator.

Signed-off-by: Jonathan Bowie <eudjtb@gmail.com>
Reviewed-by: Johan Hovold <johan@kernel.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/tools/loopback_test.c

index f1edd4bc411edd0d71b8a26ca7daaf726ec02cb7..32a43693181c15b7e210079c8bbfa3438aca71d9 100644 (file)
@@ -476,7 +476,7 @@ int format_output(struct loopback_test *t,
                        r->gbphy_firmware_latency_jitter);
 
        } else {
-               len += snprintf(&buf[len], buf_len- len, ",%s,%s,%u,%u,%u",
+               len += snprintf(&buf[len], buf_len - len, ",%s,%s,%u,%u,%u",
                        t->test_name, dev_name, t->size, t->iteration_max,
                        r->error);