greybus: svc: fix timeout indentation
authorJohan Hovold <johan@hovoldconsulting.com>
Fri, 26 Aug 2016 10:59:45 +0000 (12:59 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 26 Aug 2016 11:21:13 +0000 (13:21 +0200)
Make sure the timeout values are aligned.

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

index 6182e13..550055e 100644 (file)
@@ -14,7 +14,7 @@
 
 #define SVC_INTF_EJECT_TIMEOUT         9000
 #define SVC_INTF_ACTIVATE_TIMEOUT      6000
 
 #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;
 
 struct gb_svc_deferred_request {
        struct work_struct work;