net: mvneta: fix typo in comment
Signed-off-by: Chris Packham <judge.packham@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
b755abecd4
commit
6723b23552
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user