ACP / fan: trivial style cleanup

Remove label indentation in acpi_fan_add().

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Felipe Contreras 2013-08-30 16:16:05 -05:00 committed by Rafael J. Wysocki
parent bf9b59f257
commit 568b6ad834
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ static int acpi_fan_add(struct acpi_device *device)
acpi_device_name(device), acpi_device_bid(device),
!device->power.state ? "on" : "off");
end:
end:
return result;
}