Fixup indentation in vmbus_acpi_add().

Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Haiyang Zhang <[email protected]>
---
 drivers/staging/hv/vmbus_drv.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c
index 4e07d4f..d50fa89 100644
--- a/drivers/staging/hv/vmbus_drv.c
+++ b/drivers/staging/hv/vmbus_drv.c
@@ -678,9 +678,8 @@ static int vmbus_acpi_add(struct acpi_device *device)
 
        hv_acpi_dev = device;
 
-       result =
-       acpi_walk_resources(device->handle, METHOD_NAME__CRS,
-                       vmbus_walk_resources, &irq);
+       result = acpi_walk_resources(device->handle, METHOD_NAME__CRS,
+                                       vmbus_walk_resources, &irq);
 
        if (ACPI_FAILURE(result)) {
                complete(&probe_event);
-- 
1.7.4.1

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to