[PATCH 1/2] ACPI: memhotplug.c: Fixed flying pointer issue. Coding style issue.

From: Daniel Machon
Date: Sun Jul 05 2015 - 13:37:09 EST


Fixed coding style issue.

Signed-off-by: Daniel Machon <dmachon.dev@xxxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/