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:
parent
1b1732c4c4
commit
1f3e09e759
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue