Module Name:    src
Committed By:   skrll
Date:           Sat Oct 21 14:49:12 UTC 2023

Modified Files:
        src/sys/dev/ic: dwc_eqos.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ic/dwc_eqos.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/dev/ic/dwc_eqos.c
diff -u src/sys/dev/ic/dwc_eqos.c:1.21 src/sys/dev/ic/dwc_eqos.c:1.22
--- src/sys/dev/ic/dwc_eqos.c:1.21	Fri Oct 20 13:29:51 2023
+++ src/sys/dev/ic/dwc_eqos.c	Sat Oct 21 14:49:12 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_eqos.c,v 1.21 2023/10/20 13:29:51 msaitoh Exp $ */
+/* $NetBSD: dwc_eqos.c,v 1.22 2023/10/21 14:49:12 skrll Exp $ */
 
 /*-
  * Copyright (c) 2022 Jared McNeill <jmcne...@invisible.ca>
@@ -38,7 +38,7 @@
 #include "opt_net_mpsafe.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc_eqos.c,v 1.21 2023/10/20 13:29:51 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc_eqos.c,v 1.22 2023/10/21 14:49:12 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -1390,7 +1390,7 @@ eqos_attach(struct eqos_softc *sc)
 	       aprint_error(": EQOS version 0x%02xx not supported\n",
 		   snpsver);
 	       return ENXIO;
-       }	
+       }
 
 	if (sc->sc_csr_clock < 20000000) {
 		aprint_error(": CSR clock too low\n");

Reply via email to