Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.html

This patch fix a spelling typo found in API-z8530-sync-txdma-open.html.
It is because this file was generated from comment in source,
I have to fix comment in source.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Masanari Iida and committed by
David S. Miller
145c3708 8220ea23

+1 -1
+1 -1
drivers/net/wan/z85230.c
··· 1044 1044 * @dev: The network device to attach 1045 1045 * @c: The Z8530 channel to configure in sync DMA mode. 1046 1046 * 1047 - * Set up a Z85x30 device for synchronous DMA tranmission. One 1047 + * Set up a Z85x30 device for synchronous DMA transmission. One 1048 1048 * ISA DMA channel must be available for this to work. The receive 1049 1049 * side is run in PIO mode, but then it has the bigger FIFO. 1050 1050 */