All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] fixup! ACPI / utils: Add acpi_dev_present()
  2016-01-01 21:52 [PATCH 0/1] fixup! ACPI / utils: Add acpi_dev_present() Lukas Wunner
@ 2016-01-01 21:52 ` Lukas Wunner
  2016-01-05 12:59   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Wunner @ 2016-01-01 21:52 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-acpi

Signed-off-by: Lukas Wunner <lukas@wunner.de>
---
 drivers/acpi/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h
index 60bda0d..1e6833a 100644
--- a/drivers/acpi/internal.h
+++ b/drivers/acpi/internal.h
@@ -88,7 +88,7 @@ bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent);
 
 extern struct list_head acpi_bus_id_list;
 
-struct acpi_device_bus_id{
+struct acpi_device_bus_id {
 	char bus_id[15];
 	unsigned int instance_no;
 	struct list_head node;
-- 
1.8.5.2 (Apple Git-48)


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

* [PATCH 0/1] fixup! ACPI / utils: Add acpi_dev_present()
@ 2016-01-01 21:52 Lukas Wunner
  2016-01-01 21:52 ` [PATCH 1/1] " Lukas Wunner
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Wunner @ 2016-01-01 21:52 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: linux-acpi

Hi Rafael,

I've just made the embarrassing discovery that I forgot to run checkpatch
before submitting 2d12b6b381ba ("ACPI / utils: Add acpi_dev_present()").
The commit compiles and works just fine but checkpatch complains about a
missing blank in a struct which I had moved verbatim from scan.c to
internal.h.

The commit is on your bleeding-edge and linux-next branches. If you're
still able to rebase, you may want to autosquash this fixup patch.

My apologies for the inconvenience.

Lukas


Lukas Wunner (1):
  fixup! ACPI / utils: Add acpi_dev_present()

 drivers/acpi/internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.5.2 (Apple Git-48)


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

* Re: [PATCH 1/1] fixup! ACPI / utils: Add acpi_dev_present()
  2016-01-01 21:52 ` [PATCH 1/1] " Lukas Wunner
@ 2016-01-05 12:59   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2016-01-05 12:59 UTC (permalink / raw)
  To: Lukas Wunner; +Cc: Rafael J. Wysocki, linux-acpi

On Friday, January 01, 2016 10:52:15 PM Lukas Wunner wrote:
> Signed-off-by: Lukas Wunner <lukas@wunner.de>

Applied, with modified subject/changelog.

> ---
>  drivers/acpi/internal.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h
> index 60bda0d..1e6833a 100644
> --- a/drivers/acpi/internal.h
> +++ b/drivers/acpi/internal.h
> @@ -88,7 +88,7 @@ bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent);
>  
>  extern struct list_head acpi_bus_id_list;
>  
> -struct acpi_device_bus_id{
> +struct acpi_device_bus_id {
>  	char bus_id[15];
>  	unsigned int instance_no;
>  	struct list_head node;

Thanks,
Rafael


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

end of thread, other threads:[~2016-01-05 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-01 21:52 [PATCH 0/1] fixup! ACPI / utils: Add acpi_dev_present() Lukas Wunner
2016-01-01 21:52 ` [PATCH 1/1] " Lukas Wunner
2016-01-05 12:59   ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.