Skip to content

Commit f5344e5

Browse files
Tian Taoardbiesheuvel
authored andcommitted
efi: Delete deprecated parameter comments
Delete deprecated parameter comments to fix warnings reported by make W=1. drivers/firmware/efi/vars.c:428: warning: Excess function parameter 'atomic' description in 'efivar_init' Signed-off-by: Tian Tao <tiantao6@hisilicon.com> Link: https://lore.kernel.org/r/1600914018-12697-1-git-send-email-tiantao6@hisilicon.com Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
1 parent aad0f3d commit f5344e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/firmware/efi/vars.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ static void dup_variable_bug(efi_char16_t *str16, efi_guid_t *vendor_guid,
414414
* efivar_init - build the initial list of EFI variables
415415
* @func: callback function to invoke for every variable
416416
* @data: function-specific data to pass to @func
417-
* @atomic: do we need to execute the @func-loop atomically?
418417
* @duplicates: error if we encounter duplicates on @head?
419418
* @head: initialised head of variable list
420419
*

0 commit comments

Comments
 (0)