From: Jonathan Bowie Date: Wed, 1 Mar 2017 10:46:30 +0000 (-0800) Subject: staging: greybus: loop_backtest: fixed consistent spacing style issue X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=35fd2485d75702f58891bab7fe1c21f760e313fd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git staging: greybus: loop_backtest: fixed consistent spacing style issue Fixed incosistent spacing around arithmetic operator. Signed-off-by: Jonathan Bowie Reviewed-by: Johan Hovold Acked-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/tools/loopback_test.c b/drivers/staging/greybus/tools/loopback_test.c index f1edd4bc411e..32a43693181c 100644 --- a/drivers/staging/greybus/tools/loopback_test.c +++ b/drivers/staging/greybus/tools/loopback_test.c @@ -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);