aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/bfin_wdt.c
diff options
context:
space:
mode:
authorWim Van Sebroeck <wim@iguana.be>2011-02-23 20:04:38 +0000
committerWim Van Sebroeck <wim@iguana.be>2011-03-15 16:02:27 +0000
commit5f3b27569fc0286a51f8d0655c7fb4f5b36aea65 (patch)
tree1e83d6c126dfb96157b8b1c65eb72b73607b01c3 /drivers/watchdog/bfin_wdt.c
parentwatchdog: convert to DEFINE_PCI_DEVICE_TABLE (diff)
downloadlinux-dev-5f3b27569fc0286a51f8d0655c7fb4f5b36aea65.tar.xz
linux-dev-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/bfin_wdt.c')
-rw-r--r--drivers/watchdog/bfin_wdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/bfin_wdt.c b/drivers/watchdog/bfin_wdt.c
index 9042a95fc98c..b9fa9b71583a 100644
--- a/drivers/watchdog/bfin_wdt.c
+++ b/drivers/watchdog/bfin_wdt.c
@@ -63,7 +63,7 @@ static DEFINE_SPINLOCK(bfin_wdt_spinlock);
/**
* bfin_wdt_keepalive - Keep the Userspace Watchdog Alive
*
- * The Userspace watchdog got a KeepAlive: schedule the next timeout.
+ * The Userspace watchdog got a KeepAlive: schedule the next timeout.
*/
static int bfin_wdt_keepalive(void)
{
@@ -337,7 +337,7 @@ static int bfin_wdt_resume(struct platform_device *pdev)
static const struct file_operations bfin_wdt_fops = {
.owner = THIS_MODULE,
.llseek = no_llseek,
- .write = bfin_wdt_write,
+ .write = bfin_wdt_write,
.unlocked_ioctl = bfin_wdt_ioctl,
.open = bfin_wdt_open,
.release = bfin_wdt_release,