summaryrefslogtreecommitdiffstats
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
commite49636472d539f14a455f541115faddc39b4fde4 (patch)
tree55eaeb1acc5bd0f5a12960cc5e301aad4e4caf22 /target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch
parenta6cf23b76c5c16bb81471540d95509a6df3e9d66 (diff)
downloadmaster-31e0f0ae-e49636472d539f14a455f541115faddc39b4fde4.tar.gz
master-31e0f0ae-e49636472d539f14a455f541115faddc39b4fde4.tar.bz2
master-31e0f0ae-e49636472d539f14a455f541115faddc39b4fde4.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> SVN-Revision: 41095
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;
+ }