lkml.org 
[lkml]   [2015]   [Jul]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
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@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


\
 
 \ /
  Last update: 2015-07-05 20:01    [W:0.032 / U:0.904 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site