Commit 1ee36004 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] DMA-API typo

From:  Jonathan Corbet <corbet@lwn.net>

  This fix has been acked by James Bottomley, but has not risen above Linus's
  threshold.
parent 9c4bbd3d
......@@ -79,7 +79,7 @@ driver writers.
int
dma_set_mask(struct device *dev, u64 mask)
int
pci_dma_set_mask(struct pci_device *dev, u64 mask)
pci_set_dma_mask(struct pci_device *dev, u64 mask)
Checks to see if the mask is possible and updates the device
parameters if it is.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment