Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/dev KNF



details:   https://anonhg.NetBSD.org/src/rev/27e9bcf705ce
branches:  trunk
changeset: 944927:27e9bcf705ce
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Oct 16 18:27:02 2020 +0000

description:
KNF

diffstat:

 sys/arch/hppa/dev/dino.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r e85cc84fc3af -r 27e9bcf705ce sys/arch/hppa/dev/dino.c
--- a/sys/arch/hppa/dev/dino.c  Fri Oct 16 17:59:46 2020 +0000
+++ b/sys/arch/hppa/dev/dino.c  Fri Oct 16 18:27:02 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dino.c,v 1.7 2020/10/16 17:59:46 macallan Exp $ */
+/*     $NetBSD: dino.c,v 1.8 2020/10/16 18:27:02 skrll Exp $ */
 
 /*     $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.7 2020/10/16 17:59:46 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.8 2020/10/16 18:27:02 skrll Exp $");
 
 /* #include "cardbus.h" */
 
@@ -350,7 +350,8 @@
         * accessing dev 1f / func 7 on the 2nd Dino causes a machine check
         * exception on my C200
         */
-       if ((tag & 0xff00) == 0xff00) return -1;
+       if ((tag & 0xff00) == 0xff00)
+               return -1;
 
        /* fix arbitration errata by disabling all pci devs on config read */
        pamr = r->pamr;



Home | Main Index | Thread Index | Old Index