commit | 8f5fdf3a53d93009e6df3c60987ddf51df035977 | [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 | c747f8b7f8d1a5aeae54c18ae63ce7401a0d4e54 [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>