commit | 81ae778b5359ca6769d65c05b82771f9850fa82e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:03 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:40 2019 +0800 |
tree | f8958f7547ab35fed1dd16ee4b9f5783222dd6da | |
parent | ca6f12183e77065457cb8824fb22e4debc670434 [diff] |
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>