mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
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>
This commit is contained in:
parent
2e79a36847
commit
75b3c5a827
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user