public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Daniel Machon <dmachon.dev@gmail.com>
To: rjw@rjwysocki.net
Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernerl.org,
	danielmachon@live.dk
Subject: [PATCH 1/2] ACPI: memhotplug.c: Fixed flying pointer issue. Coding style issue.
Date: Sun, 5 Jul 2015 19:37:27 +0200	[thread overview]
Message-ID: <20150705173724.GA10312@gmail.com> (raw)

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


             reply	other threads:[~2015-07-05 17:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-05 17:37 Daniel Machon [this message]
2015-07-05 23:40 ` [PATCH 1/2] ACPI: memhotplug.c: Fixed flying pointer issue. Coding style issue Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150705173724.GA10312@gmail.com \
    --to=dmachon.dev@gmail.com \
    --cc=danielmachon@live.dk \
    --cc=linux-acpi@vger.kernerl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox