diff mbox series

linux/mdev.h: drop duplicated word in a comment

Message ID ae55d252-04e9-843c-94a9-5a211c247718@infradead.org (mailing list archive)
State New, archived
Headers show
Series linux/mdev.h: drop duplicated word in a comment | expand

Commit Message

Randy Dunlap July 18, 2020, 2:53 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Drop the doubled word "a" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Kirti Wankhede <kwankhede@nvidia.com>
Cc: kvm@vger.kernel.org
---
 include/linux/mdev.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20200714.orig/include/linux/mdev.h
+++ linux-next-20200714/include/linux/mdev.h
@@ -42,7 +42,7 @@  struct device *mdev_get_iommu_device(str
  *			@mdev: mdev_device structure on of mediated device
  *			      that is being created
  *			Returns integer: success (0) or error (< 0)
- * @remove:		Called to free resources in parent device's driver for a
+ * @remove:		Called to free resources in parent device's driver for
  *			a mediated device. It is mandatory to provide 'remove'
  *			ops.
  *			@mdev: mdev_device device structure which is being