Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic eqos(4): Nix trailing whitespace. No functional ...
details: https://anonhg.NetBSD.org/src/rev/1c176ffe4910
branches: trunk
changeset: 361549:1c176ffe4910
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Feb 13 18:29:15 2022 +0000
description:
eqos(4): Nix trailing whitespace. No functional change.
diffstat:
sys/dev/ic/dwc_eqos.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 60427a797510 -r 1c176ffe4910 sys/dev/ic/dwc_eqos.c
--- a/sys/dev/ic/dwc_eqos.c Sun Feb 13 18:29:00 2022 +0000
+++ b/sys/dev/ic/dwc_eqos.c Sun Feb 13 18:29:15 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_eqos.c,v 1.4 2022/02/13 18:29:00 riastradh Exp $ */
+/* $NetBSD: dwc_eqos.c,v 1.5 2022/02/13 18:29:15 riastradh Exp $ */
/*-
* Copyright (c) 2022 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -33,7 +33,7 @@
#include "opt_net_mpsafe.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc_eqos.c,v 1.4 2022/02/13 18:29:00 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc_eqos.c,v 1.5 2022/02/13 18:29:15 riastradh Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -301,7 +301,7 @@
}
bus_dmamap_sync(sc->sc_dmat, sc->sc_tx.buf_map[index].map,
- 0, sc->sc_tx.buf_map[index].map->dm_mapsize, BUS_DMASYNC_PREWRITE);
+ 0, sc->sc_tx.buf_map[index].map->dm_mapsize, BUS_DMASYNC_PREWRITE);
/* stored in same index as loaded map */
sc->sc_tx.buf_map[index].mbuf = m;
Home |
Main Index |
Thread Index |
Old Index