summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/xilinx/if_xae.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/xilinx/if_xae.c')
-rw-r--r--freebsd/sys/dev/xilinx/if_xae.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/dev/xilinx/if_xae.c b/freebsd/sys/dev/xilinx/if_xae.c
index e01a3abe..9b05ae1b 100644
--- a/freebsd/sys/dev/xilinx/if_xae.c
+++ b/freebsd/sys/dev/xilinx/if_xae.c
@@ -792,7 +792,7 @@ setup_xdma(struct xae_softc *sc)
dev = sc->dev;
- /* Get xDMA controller */
+ /* Get xDMA controller */
sc->xdma_tx = xdma_ofw_get(sc->dev, "tx");
if (sc->xdma_tx == NULL) {
device_printf(dev, "Could not find DMA controller.\n");