aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2012-05-17 17:46:55 +0100
committerBen Hutchings <bhutchings@solarflare.com>2012-07-17 16:12:30 +0100
commit0e33d87033d84768ae700217e7c52dfb0c3399ca (patch)
tree4ad70825c5d85218f80783efb94505db58743704 /drivers/net/ethernet/sfc/net_driver.h
parentsfc: Work around bogus 'uninitialised variable' warning (diff)
downloadlinux-dev-0e33d87033d84768ae700217e7c52dfb0c3399ca.tar.xz
linux-dev-0e33d87033d84768ae700217e7c52dfb0c3399ca.zip
sfc: Use generic DMA API, not PCI-DMA API
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet/sfc/net_driver.h')
-rw-r--r--drivers/net/ethernet/sfc/net_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/net_driver.h b/drivers/net/ethernet/sfc/net_driver.h
index 0e575359af17..8a9f6d48214d 100644
--- a/drivers/net/ethernet/sfc/net_driver.h
+++ b/drivers/net/ethernet/sfc/net_driver.h
@@ -100,7 +100,7 @@ struct efx_special_buffer {
* @len: Length of this fragment.
* This field is zero when the queue slot is empty.
* @continuation: True if this fragment is not the end of a packet.
- * @unmap_single: True if pci_unmap_single should be used.
+ * @unmap_single: True if dma_unmap_single should be used.
* @unmap_len: Length of this fragment to unmap
*/
struct efx_tx_buffer {