tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address", "between", "initiali[zs]e", "instead", "function", "select", "already", "equal", "access", "management", "hierarchy", "registration", "interest", "relative", "memory", "offset", "already", Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
6aaccece1c
commit
b595076a18
@@ -238,7 +238,7 @@ static int temac_dma_bd_init(struct net_device *ndev)
|
||||
goto out;
|
||||
}
|
||||
/* allocate the tx and rx ring buffer descriptors. */
|
||||
/* returns a virtual addres and a physical address. */
|
||||
/* returns a virtual address and a physical address. */
|
||||
lp->tx_bd_v = dma_alloc_coherent(ndev->dev.parent,
|
||||
sizeof(*lp->tx_bd_v) * TX_BD_NUM,
|
||||
&lp->tx_bd_p, GFP_KERNEL);
|
||||
|
Reference in New Issue
Block a user