projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6cc8e7
)
greybus: operation: fix an inconsistent indent
author
David Lin
<dtwlin@google.com>
Sat, 7 May 2016 01:16:24 +0000
(18:16 -0700)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/operation.c
b/drivers/staging/greybus/operation.c
index e7e9b0e72269a1bc4dad7ea24c7bcb7e18e4feac..62d0c4546d09b157b3eb141528267e6ceae633a8 100644
(file)
--- 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;
}
}