greybus: svc: fix timeout indentation

Make sure the timeout values are aligned.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Johan Hovold 2016-08-26 12:59:45 +02:00 committed by Greg Kroah-Hartman
parent 1b1732c4c4
commit 1f3e09e759
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#define SVC_INTF_EJECT_TIMEOUT 9000
#define SVC_INTF_ACTIVATE_TIMEOUT 6000
#define SVC_INTF_RESUME_TIMEOUT 3000
#define SVC_INTF_RESUME_TIMEOUT 3000
struct gb_svc_deferred_request {
struct work_struct work;