]> Git Repo - J-u-boot.git/commit
pxe: Tidy up code style a little in pxe_utils
authorSimon Glass <[email protected]>
Thu, 14 Oct 2021 18:48:02 +0000 (12:48 -0600)
committerTom Rini <[email protected]>
Fri, 12 Nov 2021 00:02:26 +0000 (19:02 -0500)
commit929860bfbb3bb3d1bed1f5cbb8af8fbe8e5460a7
treeed8b5d512d26c9542fa8d393da5cc5f2c7b19992
parent18109cc3fbe3586dc0fd7e663ec26800fdbe891a
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 <[email protected]>
Reviewed-by: Artem Lapkin <[email protected]>
Tested-by: Artem Lapkin <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
boot/pxe_utils.c
This page took 0.033762 seconds and 4 git commands to generate.