Re: [U-Boot] [PATCH v10 04/14] patman: Remove the -a option

2014-09-06 Thread Simon Glass
Applied to u-boot-x86 branch 'patman' ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v10 04/14] patman: Remove the -a option

2014-08-28 Thread Simon Glass
It seems that this is no longer needed, since checkpatch.pl will catch whitespace problems in patches. Also the option is not widely used, so it seems safe to just remove it. Suggested-by: Masahiro Yamada Signed-off-by: Simon Glass --- Changes in v10: None Changes in v9: None Changes in v8: Non