Re: [U-Boot] [PATCH 1/7] mtd: Fix function description in part_validate comment

2013-09-28 Thread Eric Bénard
Hi Otavio, Le Sat, 28 Sep 2013 00:24:12 -0300, Otavio Salvador a écrit : > The part_validate comment had a wrong description of the actions it > does and referenced to non-existent functions while in fact it calls > 'part_validate_eraseblock()'. > > Signed-off-by: Otavio Salvador > --- > comm

[U-Boot] [PATCH 1/7] mtd: Fix function description in part_validate comment

2013-09-27 Thread Otavio Salvador
The part_validate comment had a wrong description of the actions it does and referenced to non-existent functions while in fact it calls 'part_validate_eraseblock()'. Signed-off-by: Otavio Salvador --- common/cmd_mtdparts.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --gi