Skip to content

Commit 92faa82

Browse files
PeterZhu789ardbiesheuvel
authored andcommitted
efi: memmap: Remove kernel-doc warnings
Remove kernel-doc warnings: arch/x86/platform/efi/memmap.c:94: warning: Function parameter or member 'data' not described in 'efi_memmap_install' arch/x86/platform/efi/memmap.c:94: warning: Excess function parameter 'ctx' description in 'efi_memmap_install' Signed-off-by: Zhu Wang <[email protected]> Signed-off-by: Ard Biesheuvel <[email protected]>
1 parent 8a132ec commit 92faa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/platform/efi/memmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ int __init efi_memmap_alloc(unsigned int num_entries,
8282

8383
/**
8484
* efi_memmap_install - Install a new EFI memory map in efi.memmap
85-
* @ctx: map allocation parameters (address, size, flags)
85+
* @data: efi memmap installation parameters
8686
*
8787
* Unlike efi_memmap_init_*(), this function does not allow the caller
8888
* to switch from early to late mappings. It simply uses the existing

0 commit comments

Comments
 (0)