aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.10/142-redboot_various_erase_size_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-10 09:06:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-10 09:06:22 +0000
commit37006f3b3756c398114c8081bc6187dd494e84a6 (patch)
tree0412de4de33c4a0bb74426c98dc4d00b5b5c8d8d /target/linux/atheros/patches-3.10/142-redboot_various_erase_size_fix.patch
parent91443b20cabdd9a36d8187d0ec88eb287ef08bf9 (diff)
downloadmaster-187ad058-37006f3b3756c398114c8081bc6187dd494e84a6.tar.gz
master-187ad058-37006f3b3756c398114c8081bc6187dd494e84a6.tar.bz2
master-187ad058-37006f3b3756c398114c8081bc6187dd494e84a6.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-3.10/142-redboot_various_erase_size_fix.patch')
-rw-r--r--target/linux/atheros/patches-3.10/142-redboot_various_erase_size_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/atheros/patches-3.10/142-redboot_various_erase_size_fix.patch b/target/linux/atheros/patches-3.10/142-redboot_various_erase_size_fix.patch
index 55de500ea9..e1b0a89905 100644
--- a/target/linux/atheros/patches-3.10/142-redboot_various_erase_size_fix.patch
+++ b/target/linux/atheros/patches-3.10/142-redboot_various_erase_size_fix.patch
@@ -43,7 +43,7 @@
struct fis_list *new_fl, **prev;
if (buf[i].name[0] == 0xff) {
-@@ -261,12 +281,13 @@ static int parse_redboot_partitions(stru
+@@ -262,12 +282,13 @@ static int parse_redboot_partitions(stru
}
#endif
for ( ; i<nrparts; i++) {
@@ -59,7 +59,7 @@
strcpy(names, fl->img->name);
#ifdef CONFIG_MTD_REDBOOT_PARTS_READONLY
if (!memcmp(names, "RedBoot", 8) ||
-@@ -296,7 +317,9 @@ static int parse_redboot_partitions(stru
+@@ -297,7 +318,9 @@ static int parse_redboot_partitions(stru
fl = fl->next;
kfree(tmp_fl);
}