linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] acpi: bus: Fixed a pointer coding style issue
@ 2018-08-08  0:52 Tom Todd
  2018-08-12 11:16 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Todd @ 2018-08-08  0:52 UTC (permalink / raw)
  To: rjw, lenb; +Cc: linux-acpi, linux-kernel, Tom Todd

Fixed a coding style issue.

Signed-off-by: Tom Todd <thomas.m.a.todd@gmail.com>
---
 drivers/acpi/bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
index 84b4a62018eb..73e43d81ec63 100644
--- a/drivers/acpi/bus.c
+++ b/drivers/acpi/bus.c
@@ -962,7 +962,7 @@ static int acpi_device_probe(struct device *dev)
 	return 0;
 }
 
-static int acpi_device_remove(struct device * dev)
+static int acpi_device_remove(struct device *dev)
 {
 	struct acpi_device *acpi_dev = to_acpi_device(dev);
 	struct acpi_driver *acpi_drv = acpi_dev->driver;
-- 
2.18.0


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

* Re: [PATCH] acpi: bus: Fixed a pointer coding style issue
  2018-08-08  0:52 [PATCH] acpi: bus: Fixed a pointer coding style issue Tom Todd
@ 2018-08-12 11:16 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2018-08-12 11:16 UTC (permalink / raw)
  To: Tom Todd; +Cc: rjw, lenb, linux-acpi, linux-kernel

On Wednesday, August 8, 2018 2:52:02 AM CEST Tom Todd wrote:
> Fixed a coding style issue.
> 
> Signed-off-by: Tom Todd <thomas.m.a.todd@gmail.com>
> ---
>  drivers/acpi/bus.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c
> index 84b4a62018eb..73e43d81ec63 100644
> --- a/drivers/acpi/bus.c
> +++ b/drivers/acpi/bus.c
> @@ -962,7 +962,7 @@ static int acpi_device_probe(struct device *dev)
>  	return 0;
>  }
>  
> -static int acpi_device_remove(struct device * dev)
> +static int acpi_device_remove(struct device *dev)
>  {
>  	struct acpi_device *acpi_dev = to_acpi_device(dev);
>  	struct acpi_driver *acpi_drv = acpi_dev->driver;
> 

Applied (with a modified changelog), thanks!


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

end of thread, other threads:[~2018-08-12 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-08  0:52 [PATCH] acpi: bus: Fixed a pointer coding style issue Tom Todd
2018-08-12 11:16 ` 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;
as well as URLs for NNTP newsgroup(s).