virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
[sfrench/cifs-2.6.git] / tools / virtio / linux / virtio_config.h
index f99ae42668e0d53d261541c398f9f3e0b8cbc249..f2640e505c4e794363d3df16bed27904dd1f9b60 100644 (file)
@@ -42,10 +42,10 @@ static inline void __virtio_clear_bit(struct virtio_device *vdev,
        (__virtio_test_bit((dev), feature))
 
 /**
- * virtio_has_iommu_quirk - determine whether this device has the iommu quirk
+ * virtio_has_dma_quirk - determine whether this device has the DMA quirk
  * @vdev: the device
  */
-static inline bool virtio_has_iommu_quirk(const struct virtio_device *vdev)
+static inline bool virtio_has_dma_quirk(const struct virtio_device *vdev)
 {
        /*
         * Note the reverse polarity of the quirk feature (compared to most