Re: [PATCH] WATCHDOG: DIAG288_WDT: Fixed error POINTER_LOCATION

From: Guenter Roeck
Date: Wed Sep 12 2018 - 12:13:47 EST


On Wed, Sep 12, 2018 at 08:56:32AM -0700, Jagdish Tirumala wrote:
> Fixed ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" in
> file drivers/watchdog/diag288_wdt.c
>

Same as before.

Guenter

> Signed-off-by: Jagdish Tirumala <t.jag587@xxxxxxxxx>
> ---
> drivers/watchdog/diag288_wdt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/diag288_wdt.c b/drivers/watchdog/diag288_wdt.c
> index 806a04a676b7..046333d1beb2 100644
> --- a/drivers/watchdog/diag288_wdt.c
> +++ b/drivers/watchdog/diag288_wdt.c
> @@ -199,7 +199,7 @@ static int wdt_ping(struct watchdog_device *dev)
> return ret;
> }
>
> -static int wdt_set_timeout(struct watchdog_device * dev, unsigned int new_to)
> +static int wdt_set_timeout(struct watchdog_device *dev, unsigned int new_to)
> {
> dev->timeout = new_to;
> return wdt_ping(dev);
> --
> 2.17.1
>