aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-03 20:27:24 +0200
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-07-06 21:25:32 +0200
commit359a699a12bac28cf6b3b0ce7af06bd72bb3b638 (patch)
treefcbde355fdb35f3ce528cff1dd22778e11f49af8 /lib/efi_loader/efi_boottime.c
parent983142dff8fdccfc6a063b2ffe9af14d432f6634 (diff)
downloadu-boot-359a699a12bac28cf6b3b0ce7af06bd72bb3b638.zip
u-boot-359a699a12bac28cf6b3b0ce7af06bd72bb3b638.tar.gz
u-boot-359a699a12bac28cf6b3b0ce7af06bd72bb3b638.tar.bz2
efi_loader: remove superfluous spaces in comments
Leave only a single space after * if not aligning. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_loader/efi_boottime.c')
-rw-r--r--lib/efi_loader/efi_boottime.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c
index d104cc6..e62410c 100644
--- a/lib/efi_loader/efi_boottime.c
+++ b/lib/efi_loader/efi_boottime.c
@@ -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;