Re: [PATCH v4 03/22] log: Add additional const qualifier to arrays

2020-10-30 Thread Tom Rini
On Tue, Oct 27, 2020 at 07:55:22PM -0400, Sean Anderson wrote: > Both these arrays and their members are const. Fixes checkpatch complaint. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v4 03/22] log: Add additional const qualifier to arrays

2020-10-27 Thread Sean Anderson
Both these arrays and their members are const. Fixes checkpatch complaint. Signed-off-by: Sean Anderson Reviewed-by: Simon Glass --- (no changes since v2) Changes in v2: - New common/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/log.c b/common/log.c