From: K. Y. Srinivasan Date: Sat, 27 Aug 2011 18:31:38 +0000 (-0700) Subject: Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0a4425b65dcdb3dc767c05308dd1078ef86e914c;p=mv-sheeva.git Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add() Fixup indentation in vmbus_acpi_add(). Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c index 5dcc8c31eb7..ed18488c591 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);