Commit a07e7449 authored by Geliang Tang's avatar Geliang Tang Committed by Tony Luck

efi-pstore: fix kernel-doc argument name

The first argument name in the kernel-doc argument list for
efi_pstore_scan_sysfs_enter() was slightly off. Fix it for the
kernel doc.
Signed-off-by: default avatarGeliang Tang <geliangtang@163.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 7e26e9ff
......@@ -103,7 +103,7 @@ static int efi_pstore_read_func(struct efivar_entry *entry, void *data)
/**
* efi_pstore_scan_sysfs_enter
* @entry: scanning entry
* @pos: scanning entry
* @next: next entry
* @head: list head
*/
......
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