commit | 764d0c01be535619da11948502890d7b0cb01861 | [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 | 003024468d6f21541499f0b664b7aeb9d0148ffb [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>