greybus: svc: keep error messages uniform
authorJohan Hovold <johan@hovoldconsulting.com>
Thu, 21 Apr 2016 09:43:36 +0000 (11:43 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 21 Apr 2016 11:19:33 +0000 (20:19 +0900)
commit89f2df438b20f2176fcc8fc92201a708f0d3659b
tree4125f5a975f80a48a101084a77677f4718377145
parent2437f1c6b582d1d676c08b6069859c11266c69da
greybus: svc: keep error messages uniform

All SVC error messages, except for a few recently added ones, place the
errno last after a colon (:). Let's at least try to be consistent
within the svc code.

Note that this format also allows for more concise messages without risk
for ambiguity.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c