OSDN Git Service

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 f4c69ad..34b3170 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);