]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: replace the double-underscore with single-underscore for all functions
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 15 Oct 2024 15:37:17 +0000 (21:07 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 19:45:30 +0000 (13:45 -0600)
commit8d0df5fde3b8d4083936129e0c01884f9555f197
tree0311d6efdb9d31d30ebcc8ec56b8e77f95e75996
parentf3fe3232a50a1b28efcce0b81d00b1024f265a12
lmb: replace the double-underscore with single-underscore for all functions

A bunch of static functions in the LMB module have used a
double-undersore for the function names. It was suggested to use a
single-underscore instead, as the double-underscore is usually used
by library functions. Replace the double-underscore with
single-underscore for all functions.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Suggested-by: Simon Glass <sjg@chromium.org>
lib/lmb.c