From: Felix Fietkau Date: Tue, 10 Jun 2014 09:05:43 +0000 (+0000) Subject: atheros: remove trailing whitespace X-Git-Tag: reboot~6985 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8b4323ad31f5c4e5aacd1dc4badf0bef0db922ed;p=openwrt%2Fopenwrt.git atheros: remove trailing whitespace as suggested by checkpatch. Signed-off-by: Sergey Ryazanov SVN-Revision: 41085 --- 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;