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>
This commit is contained in:
Sean Anderson 2020-09-28 12:08:37 -04:00 committed by Heinrich Schuchardt
parent f3866909e3
commit 493a37fe86

View file

@ -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.