]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi_loader: efi_signal_event() fix comment typos
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 27 Dec 2020 23:59:09 +0000 (00:59 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 29 Dec 2020 01:09:04 +0000 (02:09 +0100)
Add missing commas.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c

index 32bdb81914ee0cd9223396be1ca190382eb21428..417215a210994bc3549b3d3eda2ae72198fc6941 100644 (file)
@@ -271,8 +271,8 @@ efi_status_t is_valid_tpl(efi_uintn_t tpl)
  * efi_signal_event() - signal an EFI event
  * @event:     event to signal
  *
- * 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
+ * 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,
  * their notification function is queued.
  *
  * For the SignalEvent service see efi_signal_event_ext.