git: 70f86bbf09a1 - stable/13 - x86 acpi_install_wakeup_handler(): style

Konstantin Belousov kib at FreeBSD.org
Mon Sep 20 00:48:22 UTC 2021


The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=70f86bbf09a171bba2616dd6e1cabae83655d5ff

commit 70f86bbf09a171bba2616dd6e1cabae83655d5ff
Author:     Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-09-11 18:26:51 +0000
Commit:     Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-09-20 00:47:20 +0000

    x86 acpi_install_wakeup_handler(): style
    
    (cherry picked from commit ceca8ac1ce47e1f87ba09463aa84eb1c879c37d9)
---
 sys/x86/acpica/acpi_wakeup.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys/x86/acpica/acpi_wakeup.c b/sys/x86/acpica/acpi_wakeup.c
index ef52ccc3aef6..17946ede45d0 100644
--- a/sys/x86/acpica/acpi_wakeup.c
+++ b/sys/x86/acpica/acpi_wakeup.c
@@ -423,12 +423,12 @@ freepages:
 void
 acpi_install_wakeup_handler(struct acpi_softc *sc)
 {
-	static void	*wakeaddr;
-	void		*wakepages[ACPI_WAKEPAGES];
+	static void *wakeaddr;
+	void *wakepages[ACPI_WAKEPAGES];
 #ifdef __amd64__
-	uint64_t	*pt5, *pt4, *pt3, *pt2;
-	vm_paddr_t	pt5pa, pt4pa, pt3pa, pt2pa;
-	int		i;
+	uint64_t *pt5, *pt4, *pt3, *pt2;
+	vm_paddr_t pt5pa, pt4pa, pt3pa, pt2pa;
+	int i;
 #endif
 
 	if (wakeaddr != NULL)


More information about the dev-commits-src-branches mailing list