Fixed incosistent spacing around arithmetic operator.
Signed-off-by: Jonathan Bowie eudjtb@gmail.com --- v2 -fixed subject added changelog v3 -CC:ed linux-next incorrectly, added proper summary v4 -CC:ed correct mailing list, moved changelog to summary body v5 -correctly placed changelog
drivers/staging/greybus/tools/loopback_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/greybus/tools/loopback_test.c b/drivers/staging/greybus/tools/loopback_test.c index 18d7a3d..d5bb8d2 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);
On Wed, Mar 01, 2017 at 02:46:30AM -0800, Jonathan Bowie wrote:
Fixed incosistent spacing around arithmetic operator.
Signed-off-by: Jonathan Bowie eudjtb@gmail.com
v2 -fixed subject added changelog v3 -CC:ed linux-next incorrectly, added proper summary v4 -CC:ed correct mailing list, moved changelog to summary body v5 -correctly placed changelog
All good now!
Thanks for sticking to it (and nevermind the changelog typo ;) ).
Reviewed-by: Johan Hovold johan@kernel.org
Johan
On 01-03-17, 02:46, Jonathan Bowie wrote:
Fixed incosistent spacing around arithmetic operator.
Signed-off-by: Jonathan Bowie eudjtb@gmail.com
v2 -fixed subject added changelog v3 -CC:ed linux-next incorrectly, added proper summary v4 -CC:ed correct mailing list, moved changelog to summary body v5 -correctly placed changelog
drivers/staging/greybus/tools/loopback_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
You can still include my
Acked-by: Viresh Kumar viresh.kumar@linaro.org
:)