[PATCH 2/2] efi: Fix typo in documentation

Sean Anderson seanga2 at gmail.com
Mon Sep 28 18:08:37 CEST 2020


There is an extra space.

Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---

 lib/efi_selftest/efi_selftest_set_virtual_address_map.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/efi_selftest/efi_selftest_set_virtual_address_map.c b/lib/efi_selftest/efi_selftest_set_virtual_address_map.c
index a4e5a50f63..b097a81136 100644
--- a/lib/efi_selftest/efi_selftest_set_virtual_address_map.c
+++ b/lib/efi_selftest/efi_selftest_set_virtual_address_map.c
@@ -23,7 +23,7 @@ static u32 notify_call_count;
 static bool convert_pointer_failed;
 
 /**
- * notify () - notification function
+ * notify() - notification function
  *
  * This function is called when the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event
  * occurs. The correct output of ConvertPointer() is checked.
-- 
2.28.0



More information about the U-Boot mailing list