cosmetic: image: Fix comments and the order of definitions
authorNaoki Hayama <naoki.hayama@lineo.co.jp>
Wed, 7 Oct 2020 02:22:24 +0000 (11:22 +0900)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2020 13:54:52 +0000 (09:54 -0400)
commit898a0849536381c6a1fb8d6d8ff7d46d9f6769eb
tree31791683cae1bd05489e873747fa9ea45a030982
parentad5fb9f2e66e605941f78791f552c6bf6e522a9d
cosmetic: image: Fix comments and the order of definitions

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 <naoki.hayama@lineo.co.jp>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image.c
include/image.h