Re: [PATCH 1/4] vfio/type1: fix a couple of spelling mistakes

2021-03-26 Thread Auger Eric
Hi, On 3/26/21 9:35 AM, Zhen Lei wrote: > There are several spelling mistakes, as follows: > userpsace ==> userspace > Accouting ==> Accounting > exlude ==> exclude Reviewed-by: Eric Auger Thanks Eric > > Signed-off-by: Zhen Lei > --- > drivers/vfio/vfio_iommu_type1.c | 6 +++--- > 1 file ch

[PATCH 1/4] vfio/type1: fix a couple of spelling mistakes

2021-03-26 Thread Zhen Lei
There are several spelling mistakes, as follows: userpsace ==> userspace Accouting ==> Accounting exlude ==> exclude Signed-off-by: Zhen Lei --- drivers/vfio/vfio_iommu_type1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfi