From 027b03e7171857cf017ad1f338525738be8a25ca Mon Sep 17 00:00:00 2001 From: David Kershner Date: Tue, 18 Apr 2017 16:55:04 -0400 Subject: staging: unisys: visorbus: fixed indentation Moved the brace to the left to fix the indentation issue. Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/visorbus/visorchipset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/unisys/visorbus/visorchipset.c') 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); -- cgit v1.2.3-55-g7522