diff options
author | David Kershner <david.kershner@unisys.com> | 2017-04-18 16:55:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-28 11:49:52 +0200 |
commit | 027b03e7171857cf017ad1f338525738be8a25ca (patch) | |
tree | 1dd7baac33f7d572ac8865072c7b6fd1049e763a | |
parent | c1d28da7a2d28bfb18bd9aa12afaeee7c2cf6d11 (diff) |
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>
-rw-r--r-- | drivers/staging/unisys/visorbus/visorchipset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorbus/visorchipset.c b/drivers/staging/unisys/visorbus/visorchipset.c index f4c69addac69..34b31706f411 100644 --- a/drivers/staging/unisys/visorbus/visorchipset.c +++ b/drivers/staging/unisys/visorbus/visorchipset.c @@ -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); |