[U-Boot] [PATCH] cmd: env: correct a wrong comment of do_env_set_efi()

AKASHI Takahiro takahiro.akashi at linaro.org
Tue Sep 3 05:41:43 UTC 2019


Correct a function name in comments.

Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
---
 cmd/nvedit_efi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/nvedit_efi.c b/cmd/nvedit_efi.c
index a9ecb3ee4dc3..4532124c33d0 100644
--- a/cmd/nvedit_efi.c
+++ b/cmd/nvedit_efi.c
@@ -381,7 +381,7 @@ out:
 }
 
 /**
- * do_env_print_efi() - set UEFI variable
+ * do_env_set_efi() - set UEFI variable
  *
  * @cmdtp:	Command table
  * @flag:	Command flag
-- 
2.21.0



More information about the U-Boot mailing list