Skip to content

Commit d85b56a

Browse files
tdzardbiesheuvel
authored andcommitted
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>
1 parent cb46a58 commit d85b56a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/efi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ typedef efi_status_t efi_get_variable_t (efi_char16_t *name, efi_guid_t *vendor,
290290
unsigned long *data_size, void *data);
291291
typedef efi_status_t efi_get_next_variable_t (unsigned long *name_size, efi_char16_t *name,
292292
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,
294294
u32 attr, unsigned long data_size,
295295
void *data);
296296
typedef efi_status_t efi_get_next_high_mono_count_t (u32 *count);

0 commit comments

Comments
 (0)