]> git.karo-electronics.de Git - linux-beck.git/commitdiff
greybus: operation: fix an inconsistent indent
authorDavid Lin <dtwlin@google.com>
Sat, 7 May 2016 01:16:24 +0000 (18:16 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 9 May 2016 06:55:12 +0000 (08:55 +0200)
This patch fixes an inconsistent indent.

Testing Done:
- Build & boot

Signed-off-by: David Lin <dtwlin@google.com>
Acked-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/operation.c

index e7e9b0e72269a1bc4dad7ea24c7bcb7e18e4feac..62d0c4546d09b157b3eb141528267e6ceae633a8 100644 (file)
@@ -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;
        }
 }