[PATCH v2] staging: greybus: svc_watchdog: Fix spaces on a single definition statement

Johan Hovold johan at kernel.org
Mon Jan 2 13:56:47 UTC 2017


On Thu, Dec 22, 2016 at 04:22:02PM +0100, Emmanuil Chatzipetru wrote:
> 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 <chatzi.emanuel at gmail.com>

Acked-by: Johan Hovold <johan at kernel.org>

> ---
> v2: Add svc_watchdog to the subject line
> 
>  drivers/staging/greybus/svc_watchdog.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/greybus/svc_watchdog.c b/drivers/staging/greybus/svc_watchdog.c
> index 3729460fb954..5edff71f0773 100644
> --- a/drivers/staging/greybus/svc_watchdog.c
> +++ b/drivers/staging/greybus/svc_watchdog.c
> @@ -11,7 +11,7 @@
>  #include <linux/workqueue.h>
>  #include "greybus.h"
>  
> -#define SVC_WATCHDOG_PERIOD	(2*HZ)
> +#define SVC_WATCHDOG_PERIOD	(2 * HZ)
>  
>  struct gb_svc_watchdog {
>  	struct delayed_work	work;


More information about the devel mailing list