[U-Boot] [PATCH 2/3] cmd: blkcache: simplify sub-command handling
Stephen Warren
swarren at wwwdotorg.org
Mon Apr 4 19:39:13 CEST 2016
On 04/02/2016 08:37 AM, Eric Nelson wrote:
The series,
Acked-by: Stephen Warren <swarren at nvidia.com>
One nit below:
> diff --git a/cmd/blkcache.c b/cmd/blkcache.c
> @@ -73,12 +73,10 @@ static int do_blkcache(cmd_tbl_t *cmdtp, int flag,
>
> c = find_cmd_tbl(argv[0], &cmd_blkc_sub[0], ARRAY_SIZE(cmd_blkc_sub));
>
> - if (c)
I'd suggest removing that blank line too.
More information about the U-Boot
mailing list