Browse Source

efi: Fix typo in documentation

There is an extra space.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Sean Anderson 3 years ago
parent
commit
493a37fe86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/efi_selftest/efi_selftest_set_virtual_address_map.c

+ 1 - 1
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.