From e8414b96ba94dbc761ee97d7a67b7a28cfc3a8af Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 26 Aug 2025 18:54:31 +0000 Subject: kernel: style: Clean up and remove extra newlines Signed-off-by: Ian Moffett --- sys/dev/acpi/uacpi/event.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/acpi/uacpi/event.c') diff --git a/sys/dev/acpi/uacpi/event.c b/sys/dev/acpi/uacpi/event.c index 0c58372..62412ac 100644 --- a/sys/dev/acpi/uacpi/event.c +++ b/sys/dev/acpi/uacpi/event.c @@ -1054,7 +1054,6 @@ static uacpi_status create_gpe_block( */ reg->base_idx = base_idx + (i * EVENTS_PER_GPE_REGISTER); - tmp_gas.address = address + i; ret = uacpi_map_gas_noalloc(&tmp_gas, ®->status); if (uacpi_unlikely_error(ret)) -- cgit v1.2.3