]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: unisys: visorbus: fixed indentation
authorDavid Kershner <david.kershner@unisys.com>
Tue, 18 Apr 2017 20:55:04 +0000 (16:55 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 09:49:52 +0000 (11:49 +0200)
Moved the brace to the left to fix the indentation issue.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchipset.c

index f4c69addac69f42437d6dcf7998d8c060ca1efb5..34b31706f4113a6c61415f10391cd06d127ac8de 100644 (file)
@@ -1964,7 +1964,7 @@ static struct acpi_driver unisys_acpi_driver = {
        .ops = {
                .add = visorchipset_init,
                .remove = visorchipset_exit,
-               },
+       },
 };
 
 MODULE_DEVICE_TABLE(acpi, unisys_device_ids);