From: Emmanuil Chatzipetru Date: Thu, 22 Dec 2016 15:22:02 +0000 (+0100) Subject: staging: greybus: svc_watchdog: Fix spaces on a single definition statement X-Git-Tag: v5.15~11841^2~471 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28cf203524de9fef49b39f2a922d5206b206b665;p=platform%2Fkernel%2Flinux-starfive.git staging: greybus: svc_watchdog: Fix spaces on a single definition statement Fix coding style issue caught by checkpatch.pl related to the following warning: - "CHECK: spaces preferred around that '*' (ctx:VxV) " Signed-off-by: Emmanuil Chatzipetru Acked-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/svc_watchdog.c b/drivers/staging/greybus/svc_watchdog.c index 3729460..5edff71 100644 --- a/drivers/staging/greybus/svc_watchdog.c +++ b/drivers/staging/greybus/svc_watchdog.c @@ -11,7 +11,7 @@ #include #include "greybus.h" -#define SVC_WATCHDOG_PERIOD (2*HZ) +#define SVC_WATCHDOG_PERIOD (2 * HZ) struct gb_svc_watchdog { struct delayed_work work;