public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ACPI: memhotplug.c: Fixed flying pointer issue. Coding style issue.
@ 2015-07-05 17:37 Daniel Machon
  2015-07-05 23:40 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Machon @ 2015-07-05 17:37 UTC (permalink / raw)
  To: rjw; +Cc: linux-kernel, linux-acpi, danielmachon

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] ACPI: memhotplug.c: Fixed flying pointer issue. Coding style issue.
  2015-07-05 17:37 [PATCH 1/2] ACPI: memhotplug.c: Fixed flying pointer issue. Coding style issue Daniel Machon
@ 2015-07-05 23:40 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2015-07-05 23:40 UTC (permalink / raw)
  To: Daniel Machon; +Cc: linux-kernel, linux-acpi, danielmachon

On Sunday, July 05, 2015 07:37:27 PM Daniel Machon wrote:
> Fixed coding style issue.
> 
> Signed-off-by: Daniel Machon <dmachon.dev@gmail.com>

So had I though that these things were worth "fixing", I'd have done it myself
already.

I'm not going to apply patches like this one unless you can explain to me
what *real* problems you're fixing.

Thanks,
Rafael


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-05 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-05 17:37 [PATCH 1/2] ACPI: memhotplug.c: Fixed flying pointer issue. Coding style issue Daniel Machon
2015-07-05 23:40 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox