Commit 34dc4a9e authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: efi_signal_event() fix comment typos



Add missing commas.
Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent e434311d
...@@ -271,8 +271,8 @@ efi_status_t is_valid_tpl(efi_uintn_t tpl) ...@@ -271,8 +271,8 @@ efi_status_t is_valid_tpl(efi_uintn_t tpl)
* efi_signal_event() - signal an EFI event * efi_signal_event() - signal an EFI event
* @event: event to signal * @event: event to signal
* *
* This function signals an event. If the event belongs to an event group all * This function signals an event. If the event belongs to an event group, all
* events of the group are signaled. If they are of type EVT_NOTIFY_SIGNAL * events of the group are signaled. If they are of type EVT_NOTIFY_SIGNAL,
* their notification function is queued. * their notification function is queued.
* *
* For the SignalEvent service see efi_signal_event_ext. * For the SignalEvent service see efi_signal_event_ext.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment