]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: swap_case: Use statics where possible
authorSimon Glass <sjg@chromium.org>
Wed, 25 Sep 2019 14:56:03 +0000 (08:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 8 Oct 2019 05:57:40 +0000 (13:57 +0800)
commit9497206ea49cfb24d307d6e678a997bf88e515ba
treef8958f7547ab35fed1dd16ee4b9f5783222dd6da
parent36f28a7b7032453ac920be87e5bcd172f051543a
sandbox: swap_case: Use statics where possible

Some functions and a struct should be marked static since they are not
used outside this file. Update them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/misc/swap_case.c