diff options
author | Changbin Du <changbin.du@intel.com> | 2017-02-06 10:03:37 +0300 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2017-02-22 21:40:15 +0300 |
commit | d9d84780f17cd9e25ddde10eb40357b96b7d6874 (patch) | |
tree | 3b4335c15164062ec172ab06ad65b877f4441baf /drivers/vfio | |
parent | 0ca582fd0463106e277e1f723b4554b4d0e5f700 (diff) | |
download | linux-d9d84780f17cd9e25ddde10eb40357b96b7d6874.tar.xz |
vfio: fix a typo in comment of function vfio_pin_pages
Correct the description that 'unpinned' -> 'pinned'.
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio')
-rw-r--r-- | drivers/vfio/vfio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/vfio.c b/drivers/vfio/vfio.c index 57052b68f15a..609f4f982c74 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 |