staging: unisys: visorbus: fixed indentation

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>
This commit is contained in:
David Kershner 2017-04-18 16:55:04 -04:00 committed by Greg Kroah-Hartman
parent c1d28da7a2
commit 027b03e717

View 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);