Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

efi: Fix trailing whitespace in header file

Resolve an issue with the coding style.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>

authored by

Thomas Zimmermann and committed by
Ard Biesheuvel
d85b56af cb46a58d

+1 -1
+1 -1
include/linux/efi.h
··· 290 290 unsigned long *data_size, void *data); 291 291 typedef efi_status_t efi_get_next_variable_t (unsigned long *name_size, efi_char16_t *name, 292 292 efi_guid_t *vendor); 293 - typedef efi_status_t efi_set_variable_t (efi_char16_t *name, efi_guid_t *vendor, 293 + typedef efi_status_t efi_set_variable_t (efi_char16_t *name, efi_guid_t *vendor, 294 294 u32 attr, unsigned long data_size, 295 295 void *data); 296 296 typedef efi_status_t efi_get_next_high_mono_count_t (u32 *count);