浏览代码

[WATCHDOG] at91rm9200_wdt.c: fix misleading indentation

Signed-off-by: Ilpo Jarvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Ilpo Jarvinen 17 年之前
父节点
当前提交
95f62bdc55
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/watchdog/at91rm9200_wdt.c

+ 1 - 1
drivers/watchdog/at91rm9200_wdt.c

@@ -241,7 +241,7 @@ static int at91wdt_resume(struct platform_device *pdev)
 {
 {
 	if (at91wdt_busy)
 	if (at91wdt_busy)
 		at91_wdt_start();
 		at91_wdt_start();
-		return 0;
+	return 0;
 }
 }
 
 
 #else
 #else