summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-04-21 11:43:38 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-04-21 20:19:33 +0900
commitf35fdb2fbdc9435b723775b6aa561590413131c6 (patch)
tree98f28d9c5875327250b87ac547537cd471e578eb /drivers
parent5b35ef95ef9b71406db3fe860b8ce8206b6576c7 (diff)
downloadop-kernel-dev-f35fdb2fbdc9435b723775b6aa561590413131c6.zip
op-kernel-dev-f35fdb2fbdc9435b723775b6aa561590413131c6.tar.gz
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/svc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/svc.c b/drivers/staging/greybus/svc.c
index 1cf60898..d285361 100644
--- a/drivers/staging/greybus/svc.c
+++ b/drivers/staging/greybus/svc.c
@@ -119,8 +119,8 @@ static int gb_svc_pwrmon_rail_count_get(struct gb_svc *svc, u8 *value)
}
static int gb_svc_pwrmon_rail_names_get(struct gb_svc *svc,
- struct gb_svc_pwrmon_rail_names_get_response *response,
- size_t bufsize)
+ struct gb_svc_pwrmon_rail_names_get_response *response,
+ size_t bufsize)
{
int ret;
OpenPOWER on IntegriCloud