Module Name:    src
Committed By:   skrll
Date:           Tue Aug 16 08:35:38 UTC 2022

Modified Files:
        src/sys/arch/hppa/dev: dino.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hppa/dev/dino.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hppa/dev/dino.c
diff -u src/sys/arch/hppa/dev/dino.c:1.13 src/sys/arch/hppa/dev/dino.c:1.14
--- src/sys/arch/hppa/dev/dino.c:1.13	Sat Sep 18 23:54:13 2021
+++ src/sys/arch/hppa/dev/dino.c	Tue Aug 16 08:35:38 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: dino.c,v 1.13 2021/09/18 23:54:13 macallan Exp $ */
+/*	$NetBSD: dino.c,v 1.14 2022/08/16 08:35:38 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.13 2021/09/18 23:54:13 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.14 2022/08/16 08:35:38 skrll Exp $");
 
 /* #include "cardbus.h" */
 
@@ -1652,7 +1652,7 @@ dinoattach(device_t parent, device_t sel
 		return;
 	}
 
-	sc->sc_regs = r = (volatile struct dino_regs *)sc->sc_bh;	
+	sc->sc_regs = r = (volatile struct dino_regs *)sc->sc_bh;
 #ifdef trust_the_firmware_to_proper_initialize_everything
 	r->io_addr_en = 0;
 	r->io_control = 0x80;

Reply via email to