From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 11 Oct 2020 21:34:51 -0600 Subject: [PATCH 3/3] cosmetic: image: Fix comments and the order of definitions In-Reply-To: <906da5f1-2fc0-de1c-253e-8d4db9f2dd4f@lineo.co.jp> References: <906da5f1-2fc0-de1c-253e-8d4db9f2dd4f@lineo.co.jp> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 ++++++++++---------- > include/image.h | 1 + > 2 files changed, 11 insertions(+), 10 deletions(-) > Reviewed-by: Simon Glass