diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:06:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:06:22 +0000 |
commit | e49636472d539f14a455f541115faddc39b4fde4 (patch) | |
tree | 55eaeb1acc5bd0f5a12960cc5e301aad4e4caf22 /target/linux/atheros/patches-3.10/130-watchdog.patch | |
parent | a6cf23b76c5c16bb81471540d95509a6df3e9d66 (diff) | |
download | mtk-20170518-e49636472d539f14a455f541115faddc39b4fde4.zip mtk-20170518-e49636472d539f14a455f541115faddc39b4fde4.tar.gz mtk-20170518-e49636472d539f14a455f541115faddc39b4fde4.tar.bz2 |
atheros: shorten lines
Wrap lines over 80 chars or make them shorter by other ways.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41095
Diffstat (limited to 'target/linux/atheros/patches-3.10/130-watchdog.patch')
-rw-r--r-- | target/linux/atheros/patches-3.10/130-watchdog.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.10/130-watchdog.patch b/target/linux/atheros/patches-3.10/130-watchdog.patch index 4b39500..100dfa6 100644 --- a/target/linux/atheros/patches-3.10/130-watchdog.patch +++ b/target/linux/atheros/patches-3.10/130-watchdog.patch @@ -1,6 +1,6 @@ --- /dev/null +++ b/drivers/watchdog/ar2315-wtd.c -@@ -0,0 +1,197 @@ +@@ -0,0 +1,198 @@ +/* + * 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 @@ -54,7 +54,8 @@ +} + +static ssize_t -+ar2315_wdt_write(struct file *file, const char __user *data, size_t len, loff_t *ppos) ++ar2315_wdt_write(struct file *file, const char __user *data, size_t len, ++ loff_t *ppos) +{ + if (len) + ar2315_wdt_enable(); |