aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-10 09:05:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-10 09:05:43 +0000
commitcea8debc609595838b813f5174982d3cfc2929ac (patch)
tree2672d838b74826f1a174a1846dfb5b90c77b9657 /target
parent5bdef6a3578fc2a20a75a39f9cf6541f1d89d072 (diff)
downloadmaster-187ad058-cea8debc609595838b813f5174982d3cfc2929ac.tar.gz
master-187ad058-cea8debc609595838b813f5174982d3cfc2929ac.tar.bz2
master-187ad058-cea8debc609595838b813f5174982d3cfc2929ac.zip
atheros: remove trailing whitespace
as suggested by checkpatch. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41085 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 c255baf8c6..4db94a161b 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
@@ -7,7 +7,7 @@
+ buf = vmalloc(master->erasesize);
+ if (!buf)
+ return -ENOMEM;
-+
++
+ restart:
if ( directory < 0 ) {
offset = master->size + directory * master->erasesize;