Re: [PATCH 3/3] cosmetic: image: Fix comments and the order of definitions

2020-10-22 Thread Tom Rini
On Wed, Oct 07, 2020 at 11:22:24AM +0900, Naoki Hayama wrote: > Fix some comments about functions. > Move genimg_get_comp_name() above genimg_get_short_name() because > genimg_get_comp_name() is related to get_table_entry_name(). > > Signed-off-by: Naoki Hayama > Reviewed-by: Simon Glass Appli

Re: [PATCH 3/3] cosmetic: image: Fix comments and the order of definitions

2020-10-11 Thread Simon Glass
On Tue, 6 Oct 2020 at 20:22, Naoki Hayama wrote: > > Fix some comments about functions. > Move genimg_get_comp_name() above genimg_get_short_name() because > genimg_get_comp_name() is related to get_table_entry_name(). > > Signed-off-by: Naoki Hayama > --- > > common/image.c | 20 ++

[PATCH 3/3] cosmetic: image: Fix comments and the order of definitions

2020-10-06 Thread Naoki Hayama
Fix some comments about functions. Move genimg_get_comp_name() above genimg_get_short_name() because genimg_get_comp_name() is related to get_table_entry_name(). Signed-off-by: Naoki Hayama --- common/image.c | 20 ++-- include/image.h | 1 + 2 files changed, 11 insertions(+),