]> git.sur5r.net Git - u-boot/commitdiff
net: mvneta: fix typo in comment
authorChris Packham <judge.packham@gmail.com>
Mon, 29 Aug 2016 08:54:02 +0000 (20:54 +1200)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 13 Oct 2016 17:25:21 +0000 (12:25 -0500)
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/mvneta.c

index 51bb569a92d001c837dae0c9874b0d009c6c02e3..00f378f0826aebe1414a0e8139612b3371e92525 100644 (file)
@@ -1619,7 +1619,7 @@ static int mvneta_probe(struct udevice *dev)
        /*
         * Allocate buffer area for descs and rx_buffers. This is only
         * done once for all interfaces. As only one interface can
-        * be active. Make this area DMA save by disabling the D-cache
+        * be active. Make this area DMA safe by disabling the D-cache
         */
        if (!buffer_loc.tx_descs) {
                /* Align buffer area for descs and rx_buffers to 1MiB */