[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150705173724.GA10312@gmail.com>
Date: Sun, 5 Jul 2015 19:37:27 +0200
From: Daniel Machon <dmachon.dev@...il.com>
To: rjw@...ysocki.net
Cc: linux-kernel@...r.kernel.org, linux-acpi@...r.kernerl.org,
danielmachon@...e.dk
Subject: [PATCH 1/2] ACPI: memhotplug.c: Fixed flying pointer issue. Coding
style issue.
Fixed coding style issue.
Signed-off-by: Daniel Machon <dmachon.dev@...il.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists