aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/patches-3.10/141-redboot_partition_scan.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/141-redboot_partition_scan.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/141-redboot_partition_scan.patch')
-rw-r--r--target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch b/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch
index 4db94a161b..d1d281eaf4 100644
--- a/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch
+++ b/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch
@@ -35,7 +35,7 @@
if (i == numslots) {
/* Didn't find it */
+ if (offset + master->erasesize < master->size) {
-+ /* not at the end of the flash yet, maybe next block :) */
++ /* not at the end of the flash yet, maybe next block */
+ directory++;
+ goto restart;
+ }