Fixed coding style issue. Signed-off-by: Daniel Machon <dmachon....@gmail.com> --- drivers/acpi/acpi_memhotplug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/acpi/acpi_memhotplug.c b/drivers/acpi/acpi_memhotplug.c index ee28f4d..5faf598 100644 --- a/drivers/acpi/acpi_memhotplug.c +++ b/drivers/acpi/acpi_memhotplug.c @@ -79,7 +79,7 @@ struct acpi_memory_info { }; struct acpi_memory_device { - struct acpi_device * device; + struct acpi_device *device; unsigned int state; /* State of the memory device */ struct list_head res_list; }; -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/