Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/acpi fix indentation



details:   https://anonhg.NetBSD.org/src/rev/256d6bea731c
branches:  trunk
changeset: 371862:256d6bea731c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Oct 15 10:45:40 2022 +0000

description:
fix indentation

diffstat:

 sys/arch/arm/acpi/acpi_pci_smccc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c3eef2c864ca -r 256d6bea731c sys/arch/arm/acpi/acpi_pci_smccc.c
--- a/sys/arch/arm/acpi/acpi_pci_smccc.c        Sat Oct 15 06:53:49 2022 +0000
+++ b/sys/arch/arm/acpi/acpi_pci_smccc.c        Sat Oct 15 10:45:40 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: acpi_pci_smccc.c,v 1.1 2021/08/07 21:27:53 jmcneill Exp $ */
+/* $NetBSD: acpi_pci_smccc.c,v 1.2 2022/10/15 10:45:40 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2021 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_pci_smccc.c,v 1.1 2021/08/07 21:27:53 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_pci_smccc.c,v 1.2 2022/10/15 10:45:40 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -84,7 +84,7 @@
        }
 
        status = pci_smccc_write(PCI_SMCCC_SBDF(ap->ap_seg, b, d, f), reg,
-                               PCI_SMCCC_ACCESS_32BIT, data);
+                                PCI_SMCCC_ACCESS_32BIT, data);
        if (!PCI_SMCCC_SUCCESS(status)) {
                return EINVAL;
        }



Home | Main Index | Thread Index | Old Index