Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/fdt Wrap a long line



details:   https://anonhg.NetBSD.org/src/rev/3ec3b8660854
branches:  trunk
changeset: 744147:3ec3b8660854
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jan 25 18:21:37 2020 +0000

description:
Wrap a long line

diffstat:

 sys/arch/arm/fdt/cpu_fdt.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 6c5b4a1f0579 -r 3ec3b8660854 sys/arch/arm/fdt/cpu_fdt.c
--- a/sys/arch/arm/fdt/cpu_fdt.c        Sat Jan 25 18:18:31 2020 +0000
+++ b/sys/arch/arm/fdt/cpu_fdt.c        Sat Jan 25 18:21:37 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_fdt.c,v 1.31 2020/01/12 09:29:18 mrg Exp $ */
+/* $NetBSD: cpu_fdt.c,v 1.32 2020/01/25 18:21:37 skrll Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -30,7 +30,7 @@
 #include "psci_fdt.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_fdt.c,v 1.31 2020/01/12 09:29:18 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_fdt.c,v 1.32 2020/01/25 18:21:37 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -310,7 +310,8 @@
 
                error = arm_fdt_cpu_enable(child, acm);
                if (error != 0) {
-                       aprint_error("%s: failed to enable CPU %#" PRIx64 "\n", __func__, mpidr);
+                       aprint_error("%s: failed to enable CPU %#" PRIx64 "\n",
+                           __func__, mpidr);
                        continue;
                }
 



Home | Main Index | Thread Index | Old Index