summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/omap_wdt.h
diff options
context:
space:
mode:
authorWim Van Sebroeck2011-02-23 21:04:38 +0100
committerWim Van Sebroeck2011-03-15 17:02:27 +0100
commit5f3b27569fc0286a51f8d0655c7fb4f5b36aea65 (patch)
tree1e83d6c126dfb96157b8b1c65eb72b73607b01c3 /drivers/watchdog/omap_wdt.h
parentwatchdog: convert to DEFINE_PCI_DEVICE_TABLE (diff)
downloadkernel-qcow2-linux-5f3b27569fc0286a51f8d0655c7fb4f5b36aea65.tar.gz
kernel-qcow2-linux-5f3b27569fc0286a51f8d0655c7fb4f5b36aea65.tar.xz
kernel-qcow2-linux-5f3b27569fc0286a51f8d0655c7fb4f5b36aea65.zip
watchdog: cleanup spaces before tabs
cleanup spaces before tabs in drivers/watchdog/ Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/omap_wdt.h')
-rw-r--r--drivers/watchdog/omap_wdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/omap_wdt.h b/drivers/watchdog/omap_wdt.h
index fc02ec6a0386..09b774cf75b9 100644
--- a/drivers/watchdog/omap_wdt.h
+++ b/drivers/watchdog/omap_wdt.h
@@ -44,7 +44,7 @@
* months before firing. These limits work without scaling,
* with the 60 second default assumed by most tools and docs.
*/
-#define TIMER_MARGIN_MAX (24 * 60 * 60) /* 1 day */
+#define TIMER_MARGIN_MAX (24 * 60 * 60) /* 1 day */
#define TIMER_MARGIN_DEFAULT 60 /* 60 secs */
#define TIMER_MARGIN_MIN 1