diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-07-10 21:20:28 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-10 23:45:31 -0700 |
commit | 145c37084e3e6584b95f82361922965cc3af41bf (patch) | |
tree | 7e73a7292d28ed7a0ac175a3cd8e30859b4642a0 /drivers/net/wan/z85230.c | |
parent | 8220ea23243178c16b87fc3ccadf071647b64e04 (diff) |
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>
Diffstat (limited to 'drivers/net/wan/z85230.c')
-rw-r--r-- | drivers/net/wan/z85230.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/z85230.c b/drivers/net/wan/z85230.c index feacc3b994b7..2f0bd6955f33 100644 --- a/drivers/net/wan/z85230.c +++ b/drivers/net/wan/z85230.c @@ -1044,7 +1044,7 @@ EXPORT_SYMBOL(z8530_sync_dma_close); * @dev: The network device to attach * @c: The Z8530 channel to configure in sync DMA mode. * - * Set up a Z85x30 device for synchronous DMA tranmission. One + * Set up a Z85x30 device for synchronous DMA transmission. One * ISA DMA channel must be available for this to work. The receive * side is run in PIO mode, but then it has the bigger FIFO. */ |