diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:05:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-10 09:05:43 +0000 |
commit | 8b4323ad31f5c4e5aacd1dc4badf0bef0db922ed (patch) | |
tree | 6050d718b5bc27ecfefd3a9884fad6addf410215 /target/linux | |
parent | 3406e402ef24a3b1fc736ca1a4b0fd99259e61a9 (diff) | |
download | mtk-20170518-8b4323ad31f5c4e5aacd1dc4badf0bef0db922ed.zip mtk-20170518-8b4323ad31f5c4e5aacd1dc4badf0bef0db922ed.tar.gz mtk-20170518-8b4323ad31f5c4e5aacd1dc4badf0bef0db922ed.tar.bz2 |
atheros: remove trailing whitespace
as suggested by checkpatch.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 41085
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch | 2 |
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 c255baf..4db94a1 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; |