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

2020-10-11 Thread Simon Glass
On Sat, 10 Oct 2020 at 13:43, Sean Anderson wrote: > > Both these arrays and their members are const. Fixes checkpatch complaint. > > Signed-off-by: Sean Anderson > --- > > Changes in v2: > - New > > common/log.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Simon Gla

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

2020-10-10 Thread Sean Anderson
Both these arrays and their members are const. Fixes checkpatch complaint. Signed-off-by: Sean Anderson --- 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 index 3f6f4bdc2a..bda5139b69 100644 --- a/common/log