commit | 1503c2c7906d191e24579246fc3a6fcd656a890b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:11:09 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 15:04:31 2021 +1300 |
tree | 226b7179668a187932498ffa474afda4a4d1aa7f | |
parent | a5bc9abcee0ac8982c14f9cd585570a268eb9e47 [diff] |
sandbox: Disintangle declarations in do_host_bind() This function has a strange mix of declarations and argument parsing which is a bit hard to follow and harder to modify. Separate out the declarations at the start of the function and adjust the ordering of the code slightly. Signed-off-by: Simon Glass <sjg@chromium.org>