mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 08:47:44 -04:00
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:
committed by
Greg Kroah-Hartman
parent
c1d28da7a2
commit
027b03e717
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user