commit | cea7c0956ac2134e67f9d93bd96b2f2b4b85b430 | [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 | 239cdcff5a5df19e69ee2a97f5540a82678cbec7 [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>