From 2e9deed90a9fcb5ec13976b64e7969f2c9aa5a25 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 12 Sep 2014 06:52:36 +0000 Subject: atheros: various space related changes - remove odd blank lines - remove odd spaces after casts - fix alignment No functional changes. Signed-off-by: Sergey Ryazanov SVN-Revision: 42496 --- target/linux/atheros/patches-3.14/130-watchdog.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'target/linux/atheros/patches-3.14/130-watchdog.patch') diff --git a/target/linux/atheros/patches-3.14/130-watchdog.patch b/target/linux/atheros/patches-3.14/130-watchdog.patch index 149bd458c2..8d65ffa344 100644 --- a/target/linux/atheros/patches-3.14/130-watchdog.patch +++ b/target/linux/atheros/patches-3.14/130-watchdog.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/drivers/watchdog/ar2315-wtd.c -@@ -0,0 +1,208 @@ +@@ -0,0 +1,209 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by @@ -77,7 +77,8 @@ + if (in_use) + return -EBUSY; + ar2315_wdt_enable(); -+ in_use = started = 1; ++ in_use = 1; ++ started = 1; + return nonseekable_open(inode, file); +} + -- cgit v1.2.3