commit | 929860bfbb3bb3d1bed1f5cbb8af8fbe8e5460a7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 14 12:48:02 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 11 19:02:26 2021 -0500 |
tree | ed8b5d512d26c9542fa8d393da5cc5f2c7b19992 | |
parent | 18109cc3fbe3586dc0fd7e663ec26800fdbe891a [diff] |
pxe: Tidy up code style a little in pxe_utils There are a few more blank lines than makes sense for readability. Also free() handles a NULL pointer so drop the pointless checks. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Artem Lapkin <email2tema@gmail.com> Tested-by: Artem Lapkin <email2tema@gmail.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>