Skip to content

Commit

Permalink
Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add()
Browse files Browse the repository at this point in the history
Fixup indentation in vmbus_acpi_add().

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 29, 2011
1 parent 93511ba commit 0a4425b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0a4425b

Please sign in to comment.