greybus: svc: fix function-parameter indentation
authorJohan Hovold <johan@hovoldconsulting.com>
Thu, 21 Apr 2016 09:43:38 +0000 (11:43 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 21 Apr 2016 11:19:33 +0000 (20:19 +0900)
commitf35fdb2fbdc9435b723775b6aa561590413131c6
tree98f28d9c5875327250b87ac547537cd471e578eb
parent5b35ef95ef9b71406db3fe860b8ce8206b6576c7
greybus: svc: fix function-parameter indentation

We really shouldn't be passing response structures around this way, but
since we now are, let's at least make sure not to break the 80 col
limit.

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