Author: nbd Date: 2014-06-10 11:05:43 +0200 (Tue, 10 Jun 2014) New Revision: 41085
Modified: trunk/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch Log: atheros: remove trailing whitespace as suggested by checkpatch. Signed-off-by: Sergey Ryazanov <[email protected]> Modified: trunk/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch =================================================================== --- trunk/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch 2014-06-10 09:05:40 UTC (rev 41084) +++ trunk/target/linux/atheros/patches-3.10/141-redboot_partition_scan.patch 2014-06-10 09:05:43 UTC (rev 41085) @@ -7,7 +7,7 @@ + buf = vmalloc(master->erasesize); + if (!buf) + return -ENOMEM; -+ ++ + restart: if ( directory < 0 ) { offset = master->size + directory * master->erasesize; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
