projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
105d3b9
)
staging: greybus: loop_backtest: fixed consistent spacing style issue
author
Jonathan Bowie
<
[email protected]
>
Wed, 1 Mar 2017 10:46:30 +0000
(
02:46
-0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 7 Mar 2017 06:38:13 +0000
(07:38 +0100)
Fixed incosistent spacing around arithmetic operator.
Signed-off-by: Jonathan Bowie <
[email protected]
>
Reviewed-by: Johan Hovold <
[email protected]
>
Acked-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/greybus/tools/loopback_test.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/tools/loopback_test.c
b/drivers/staging/greybus/tools/loopback_test.c
index f1edd4bc411edd0d71b8a26ca7daaf726ec02cb7..32a43693181c15b7e210079c8bbfa3438aca71d9 100644
(file)
--- 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);