Commit 027b03e7 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman

staging: unisys: visorbus: fixed indentation

Moved the brace to the left to fix the indentation issue.
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c1d28da7
...@@ -1964,7 +1964,7 @@ static struct acpi_driver unisys_acpi_driver = { ...@@ -1964,7 +1964,7 @@ static struct acpi_driver unisys_acpi_driver = {
.ops = { .ops = {
.add = visorchipset_init, .add = visorchipset_init,
.remove = visorchipset_exit, .remove = visorchipset_exit,
}, },
}; };
MODULE_DEVICE_TABLE(acpi, unisys_device_ids); MODULE_DEVICE_TABLE(acpi, unisys_device_ids);
......
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