Moved the brace to the left to fix the indentation issue.

Signed-off-by: David Kershner <david.kersh...@unisys.com>
Reviewed-by: Tim Sell <timothy.s...@unisys.com>
---
 drivers/staging/unisys/visorbus/visorchipset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/unisys/visorbus/visorchipset.c 
b/drivers/staging/unisys/visorbus/visorchipset.c
index f4c69ad..34b3170 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);
-- 
git-series 0.9.1
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to