mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00: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:
parent
c1d28da7a2
commit
027b03e717
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue