From: Changbin Du Date: Mon, 6 Feb 2017 07:03:37 +0000 (+0800) Subject: vfio: fix a typo in comment of function vfio_pin_pages X-Git-Tag: v4.11-rc1~95^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9d84780f17cd9e25ddde10eb40357b96b7d6874;p=platform%2Fkernel%2Flinux-exynos.git vfio: fix a typo in comment of function vfio_pin_pages Correct the description that 'unpinned' -> 'pinned'. Signed-off-by: Changbin Du Signed-off-by: Alex Williamson --- diff --git a/drivers/vfio/vfio.c b/drivers/vfio/vfio.c index 57052b6..609f4f9 100644 --- a/drivers/vfio/vfio.c +++ b/drivers/vfio/vfio.c @@ -1917,7 +1917,7 @@ EXPORT_SYMBOL(vfio_set_irqs_validate_and_prepare); * Pin a set of guest PFNs and return their associated host PFNs for local * domain only. * @dev [in] : device - * @user_pfn [in]: array of user/guest PFNs to be unpinned. + * @user_pfn [in]: array of user/guest PFNs to be pinned. * @npage [in] : count of elements in user_pfn array. This count should not * be greater VFIO_PIN_PAGES_MAX_ENTRIES. * @prot [in] : protection flags