From: Michal Simek Date: Wed, 12 Feb 2014 13:41:22 +0000 (+0100) Subject: watchdog: xilinx: Use correct comment indentation X-Git-Tag: v3.15-rc1~146^2~17 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=75b3c5a827de11620f9bf7cbd6c3e4208bd3ddf5;p=karo-tx-linux.git watchdog: xilinx: Use correct comment indentation No functional changes. Signed-off-by: Michal Simek Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- 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) 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);