]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: remove superfluous spaces in comments
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 3 Jul 2019 18:27:24 +0000 (20:27 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 6 Jul 2019 19:25:32 +0000 (21:25 +0200)
Leave only a single space after * if not aligning.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c

index d104cc6b316155ea64fad9926c9e9935da7e7809..e62410c57fad774918e766c3b1244d60b05f3816 100644 (file)
@@ -1,8 +1,8 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- *  EFI application boot time services
+ * EFI application boot time services
  *
- *  Copyright (c) 2016 Alexander Graf
+ * Copyright (c) 2016 Alexander Graf
  */
 
 #include <common.h>
@@ -3234,7 +3234,7 @@ static efi_status_t efi_connect_single_controller(
        if (r != EFI_SUCCESS)
                return r;
 
-       /*  Context Override */
+       /* Context Override */
        if (driver_image_handle) {
                for (; *driver_image_handle; ++driver_image_handle) {
                        for (i = 0; i < count; ++i) {
@@ -3341,7 +3341,7 @@ static efi_status_t EFIAPI efi_connect_controller(
                        }
                }
        }
-       /*  Check for child controller specified by end node */
+       /* Check for child controller specified by end node */
        if (ret != EFI_SUCCESS && remain_device_path &&
            remain_device_path->type == DEVICE_PATH_TYPE_END)
                ret = EFI_SUCCESS;