watchdog: xilinx: Use correct comment indentation
authorMichal Simek <michal.simek@xilinx.com>
Wed, 12 Feb 2014 13:41:22 +0000 (14:41 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 31 Mar 2014 11:29:21 +0000 (13:29 +0200)
No functional changes.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/of_xilinx_wdt.c

index 8c1a3f9fcefedf92015bd0aaf00af2bb2bc81150..97370f63897c9b4cb99cc595f49b2cbd329efe0f 100644 (file)
@@ -189,10 +189,10 @@ static int xwdt_probe(struct platform_device *pdev)
 
        watchdog_set_nowayout(xilinx_wdt_wdd, enable_once);
 
-/*
 Twice of the 2^wdt_interval / freq  because the first wdt overflow is
 ignored (interrupt), reset is only generated at second wdt overflow
- */
+       /*
       * Twice of the 2^wdt_interval / freq  because the first wdt overflow is
       * ignored (interrupt), reset is only generated at second wdt overflow
       */
        if (!no_timeout)
                xilinx_wdt_wdd->timeout = 2 * ((1 << xdev->wdt_interval) /
                                          pfreq);