mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
boot: Correct indentation in efi bootmeth
Fix a minor indentation / whitespace problem in a comment. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glkp@gmx.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
committed by
Heinrich Schuchardt
parent
1c930686ca
commit
6b387c9396
@@ -265,7 +265,7 @@ static int distro_efi_read_bootflow_net(struct bootflow *bflow)
|
||||
return log_msg_ret("sz", -EINVAL);
|
||||
bflow->size = size;
|
||||
|
||||
/* bootfile should be setup by dhcp*/
|
||||
/* bootfile should be setup by dhcp */
|
||||
bootfile_name = env_get("bootfile");
|
||||
if (!bootfile_name)
|
||||
return log_msg_ret("bootfile_name", ret);
|
||||
|
||||
Reference in New Issue
Block a user