From: David Lin Date: Sat, 7 May 2016 01:16:24 +0000 (-0700) Subject: greybus: operation: fix an inconsistent indent X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c77bac08eca8b7dff3f76662cc8d439c111b8d0f;p=linux-beck.git greybus: operation: fix an inconsistent indent This patch fixes an inconsistent indent. Testing Done: - Build & boot Signed-off-by: David Lin Acked-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/operation.c b/drivers/staging/greybus/operation.c index e7e9b0e72269..62d0c4546d09 100644 --- a/drivers/staging/greybus/operation.c +++ b/drivers/staging/greybus/operation.c @@ -238,7 +238,7 @@ static void gb_operation_request_handle(struct gb_operation *operation) dev_err(&connection->hd->dev, "%s: failed to send response %d for type 0x%02x: %d\n", connection->name, status, operation->type, ret); - return; + return; } }