diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-02-12 08:41:22 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2014-03-31 07:29:21 -0400 |
commit | 75b3c5a827de11620f9bf7cbd6c3e4208bd3ddf5 (patch) | |
tree | 96ad2b15d34e755e08fe38389a22746beb1d84d4 /drivers/watchdog/of_xilinx_wdt.c | |
parent | 2e79a368473d55db3237120dea0f561660dac5bd (diff) |
watchdog: xilinx: Use correct comment indentation
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>
Diffstat (limited to 'drivers/watchdog/of_xilinx_wdt.c')
-rw-r--r-- | drivers/watchdog/of_xilinx_wdt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/watchdog/of_xilinx_wdt.c b/drivers/watchdog/of_xilinx_wdt.c index 8c1a3f9fcefe..97370f63897c 100644 --- a/drivers/watchdog/of_xilinx_wdt.c +++ b/drivers/watchdog/of_xilinx_wdt.c | |||
@@ -189,10 +189,10 @@ static int xwdt_probe(struct platform_device *pdev) | |||
189 | 189 | ||
190 | watchdog_set_nowayout(xilinx_wdt_wdd, enable_once); | 190 | watchdog_set_nowayout(xilinx_wdt_wdd, enable_once); |
191 | 191 | ||
192 | /* | 192 | /* |
193 | * Twice of the 2^wdt_interval / freq because the first wdt overflow is | 193 | * Twice of the 2^wdt_interval / freq because the first wdt overflow is |
194 | * ignored (interrupt), reset is only generated at second wdt overflow | 194 | * ignored (interrupt), reset is only generated at second wdt overflow |
195 | */ | 195 | */ |
196 | if (!no_timeout) | 196 | if (!no_timeout) |
197 | xilinx_wdt_wdd->timeout = 2 * ((1 << xdev->wdt_interval) / | 197 | xilinx_wdt_wdd->timeout = 2 * ((1 << xdev->wdt_interval) / |
198 | pfreq); | 198 | pfreq); |