]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 6182e1304e77a4ffaccac6c976c599bbb005fdce..550055ec27a5ce620f42b2c92662719ec0c32a65 100644 (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;