diff mbox series

[2/2] efi: Fix typo in documentation

Message ID 20200928160837.457324-2-seanga2@gmail.com
State Accepted, archived
Commit 493a37fe8607bcbf4cb7c4a5c18fed5a86f9e5d2
Delegated to: Heinrich Schuchardt
Headers show
Series [1/2] efi: Add dependency on M-mode for RISC-V | expand

Commit Message

Sean Anderson Sept. 28, 2020, 4:08 p.m. UTC
There is an extra space.

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

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

Comments

Heinrich Schuchardt Sept. 28, 2020, 4:31 p.m. UTC | #1
On 28.09.20 18:08, Sean Anderson wrote:
> There is an extra space.
>
> Signed-off-by: Sean Anderson <seanga2@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.
>

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
diff mbox series

Patch

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.