Browse Source

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>
Johan Hovold 9 years ago
parent
commit
f35fdb2fbd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/staging/greybus/svc.c

+ 2 - 2
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;