Skip to content

Commit 8d8ab66

Browse files
nefigtutIngo Molnar
authored andcommitted
efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()
Signed-off-by: Vladis Dronov <[email protected]> Signed-off-by: Ard Biesheuvel <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected]
1 parent 2fb2c17 commit 8d8ab66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/firmware/efi/efi-pstore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static int efi_pstore_scan_sysfs_exit(struct efivar_entry *pos,
161161
*
162162
* @record: pstore record to pass to callback
163163
*
164-
* You MUST call efivar_enter_iter_begin() before this function, and
164+
* You MUST call efivar_entry_iter_begin() before this function, and
165165
* efivar_entry_iter_end() afterwards.
166166
*
167167
*/

drivers/firmware/efi/vars.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ EXPORT_SYMBOL_GPL(efivar_entry_iter_end);
10711071
* entry on the list. It is safe for @func to remove entries in the
10721072
* list via efivar_entry_delete().
10731073
*
1074-
* You MUST call efivar_enter_iter_begin() before this function, and
1074+
* You MUST call efivar_entry_iter_begin() before this function, and
10751075
* efivar_entry_iter_end() afterwards.
10761076
*
10771077
* It is possible to begin iteration from an arbitrary entry within

0 commit comments

Comments
 (0)