Browse Source

staging: greybus: loop_backtest: fixed consistent spacing style issue

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>
Jonathan Bowie 8 years ago
parent
commit
35fd2485d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/greybus/tools/loopback_test.c

+ 1 - 1
drivers/staging/greybus/tools/loopback_test.c

@@ -476,7 +476,7 @@ int format_output(struct loopback_test *t,
 			r->gbphy_firmware_latency_jitter);
 			r->gbphy_firmware_latency_jitter);
 
 
 	} else {
 	} 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,
 			t->test_name, dev_name, t->size, t->iteration_max,
 			r->error);
 			r->error);