Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha KNF



details:   https://anonhg.NetBSD.org/src/rev/732a1aece5ed
branches:  trunk
changeset: 364667:732a1aece5ed
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Apr 05 04:33:36 2022 +0000

description:
KNF

diffstat:

 sys/arch/alpha/alpha/clock.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 10091384ca0b -r 732a1aece5ed sys/arch/alpha/alpha/clock.c
--- a/sys/arch/alpha/alpha/clock.c      Mon Apr 04 19:33:44 2022 +0000
+++ b/sys/arch/alpha/alpha/clock.c      Tue Apr 05 04:33:36 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.46 2020/10/10 03:05:04 thorpej Exp $ */
+/* $NetBSD: clock.c,v 1.47 2022/04/05 04:33:36 skrll Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.46 2020/10/10 03:05:04 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.47 2022/04/05 04:33:36 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -110,7 +110,7 @@
         * Initialize PCC timecounter, unless we're running in Qemu
         * (we will use a different timecounter in that case).
         */
-       if (! alpha_is_qemu) {
+       if (!alpha_is_qemu) {
                const uint64_t pcc_freq = cpu_frequency(curcpu());
                cc_init(NULL, pcc_freq, "PCC", PCC_QUAL);
                alpha_use_cctr = 1;



Home | Main Index | Thread Index | Old Index