From: Johan Hovold Date: Fri, 26 Aug 2016 10:59:45 +0000 (+0200) Subject: greybus: svc: fix timeout indentation X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~17 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=1f3e09e759061f803b03039070605b5a524da547 greybus: svc: fix timeout indentation Make sure the timeout values are aligned. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/svc.c b/drivers/staging/greybus/svc.c index 6182e1304e77..550055ec27a5 100644 --- a/drivers/staging/greybus/svc.c +++ b/drivers/staging/greybus/svc.c @@ -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;