]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
boot: Correct indentation in efi bootmeth
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 08:31:03 +0000 (09:31 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 19 Jul 2024 12:01:42 +0000 (14:01 +0200)
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>
boot/bootmeth_efi.c

index 56a6e47f5b20d8f3036d07045ea183b040e940b9..39232eb2e25253e405e412132c9642fc14e02393 100644 (file)
@@ -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);