]> git.baikalelectronics.ru Git - uboot.git/commit
log: Add additional const qualifier to arrays
authorSean Anderson <seanga2@gmail.com>
Tue, 27 Oct 2020 23:55:22 +0000 (19:55 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 30 Oct 2020 14:55:26 +0000 (10:55 -0400)
commit05db8b0b56ce350d70061811cb23fe02fbf80d7d
treee5dcd68525f21e7327542c90723ce124bd153a64
parent9abf97dab1e1f7b713a99ee42d9c15879cf60b23
log: Add additional const qualifier to arrays

Both these arrays and their members are const. Fixes checkpatch complaint.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/log.c