Browse Source

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>
Felipe Contreras 12 years ago
parent
commit
568b6ad834
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/acpi/fan.c

+ 1 - 1
drivers/acpi/fan.c

@@ -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;
 }