Commit 1f3e09e7 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman

greybus: svc: fix timeout indentation

Make sure the timeout values are aligned.
Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 1b1732c4
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#define SVC_INTF_EJECT_TIMEOUT 9000 #define SVC_INTF_EJECT_TIMEOUT 9000
#define SVC_INTF_ACTIVATE_TIMEOUT 6000 #define SVC_INTF_ACTIVATE_TIMEOUT 6000
#define SVC_INTF_RESUME_TIMEOUT 3000 #define SVC_INTF_RESUME_TIMEOUT 3000
struct gb_svc_deferred_request { struct gb_svc_deferred_request {
struct work_struct work; struct work_struct work;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment