The branch main has been updated by vexeduxr:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0e5e956bb393ad3665b552763db56f4a18893fbe

commit 0e5e956bb393ad3665b552763db56f4a18893fbe
Author:     Ahmad Khalifa <vexed...@freebsd.org>
AuthorDate: 2025-08-13 11:15:06 +0000
Commit:     Ahmad Khalifa <vexed...@freebsd.org>
CommitDate: 2025-08-13 11:15:06 +0000

    acpi_gpiobus: style nit
    
    Reviewed by:    imp
    Approved by:    imp (mentor)
    Differential Revision:  https://reviews.freebsd.org/D51587
---
 sys/dev/gpio/acpi_gpiobus.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/dev/gpio/acpi_gpiobus.c b/sys/dev/gpio/acpi_gpiobus.c
index 94f4e5771266..170f23615416 100644
--- a/sys/dev/gpio/acpi_gpiobus.c
+++ b/sys/dev/gpio/acpi_gpiobus.c
@@ -383,7 +383,8 @@ acpi_gpiobus_detach(device_t dev)
 }
 
 static int
-acpi_gpiobus_read_ivar(device_t dev, device_t child, int which, uintptr_t 
*result)
+acpi_gpiobus_read_ivar(device_t dev, device_t child, int which,
+    uintptr_t *result)
 {
        struct acpi_gpiobus_ivar *devi = device_get_ivars(child);
 

Reply via email to