Commit 8d8ab66a authored by Vladis Dronov's avatar Vladis Dronov Committed by Ingo Molnar
parent 2fb2c179
...@@ -161,7 +161,7 @@ static int efi_pstore_scan_sysfs_exit(struct efivar_entry *pos, ...@@ -161,7 +161,7 @@ static int efi_pstore_scan_sysfs_exit(struct efivar_entry *pos,
* *
* @record: pstore record to pass to callback * @record: pstore record to pass to callback
* *
* You MUST call efivar_enter_iter_begin() before this function, and * You MUST call efivar_entry_iter_begin() before this function, and
* efivar_entry_iter_end() afterwards. * efivar_entry_iter_end() afterwards.
* *
*/ */
......
...@@ -1071,7 +1071,7 @@ EXPORT_SYMBOL_GPL(efivar_entry_iter_end); ...@@ -1071,7 +1071,7 @@ EXPORT_SYMBOL_GPL(efivar_entry_iter_end);
* entry on the list. It is safe for @func to remove entries in the * entry on the list. It is safe for @func to remove entries in the
* list via efivar_entry_delete(). * list via efivar_entry_delete().
* *
* You MUST call efivar_enter_iter_begin() before this function, and * You MUST call efivar_entry_iter_begin() before this function, and
* efivar_entry_iter_end() afterwards. * efivar_entry_iter_end() afterwards.
* *
* It is possible to begin iteration from an arbitrary entry within * It is possible to begin iteration from an arbitrary entry within
......
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