From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Drop the doubled word "a" in a comment. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Kirti Wankhede <kwankhede@xxxxxxxxxx> Cc: kvm@xxxxxxxxxxxxxxx --- include/linux/mdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 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