From f35fdb2fbdc9435b723775b6aa561590413131c6 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Thu, 21 Apr 2016 11:43:38 +0200 Subject: [PATCH] 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 Reviewed-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/svc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/greybus/svc.c b/drivers/staging/greybus/svc.c index 1cf608987c3b..d285361cc521 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; -- 2.39.2