
29 Aug
2016
29 Aug
'16
10:54 a.m.
Signed-off-by: Chris Packham judge.packham@gmail.com ---
drivers/net/mvneta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/mvneta.c b/drivers/net/mvneta.c index c23fe9a9d5a7..bbfce9604710 100644 --- a/drivers/net/mvneta.c +++ b/drivers/net/mvneta.c @@ -1589,7 +1589,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 */
--
2.9.2.518.ged577c6.dirty