diff mbox

[1/1] fixup! ACPI / utils: Add acpi_dev_present()

Message ID 8e8f8983abe74c4cd43d95a444016fac0e5f822d.1451671935.git.lukas@wunner.de (mailing list archive)
State Accepted, archived
Delegated to: Rafael Wysocki
Headers show

Commit Message

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

Comments

Rafael J. Wysocki Jan. 5, 2016, 12:59 p.m. UTC | #1
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

--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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;