Commit fa454053 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by David Mosberger

[PATCH] ia64: Trivial 2.5 efivars.c whitespace cleanup

Convert leading spaces to tabs.
parent 34bb92ba
......@@ -168,7 +168,6 @@ efivar_create_proc_entry(unsigned long variable_name_size,
efi_char16_t *variable_name,
efi_guid_t *vendor_guid)
{
int i, short_name_size = variable_name_size / sizeof(efi_char16_t) + 38;
char *short_name;
efivar_entry_t *new_efivar;
......@@ -349,7 +348,6 @@ efivar_write(struct file *file, const char *buffer,
static int __init
efivars_init(void)
{
efi_status_t status;
efi_guid_t vendor_guid;
efi_char16_t *variable_name = kmalloc(1024, GFP_KERNEL);
......
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