diff options
| -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); | |||
| 1917 | * Pin a set of guest PFNs and return their associated host PFNs for local | 1917 | * Pin a set of guest PFNs and return their associated host PFNs for local |
| 1918 | * domain only. | 1918 | * domain only. |
| 1919 | * @dev [in] : device | 1919 | * @dev [in] : device |
| 1920 | * @user_pfn [in]: array of user/guest PFNs to be unpinned. | 1920 | * @user_pfn [in]: array of user/guest PFNs to be pinned. |
| 1921 | * @npage [in] : count of elements in user_pfn array. This count should not | 1921 | * @npage [in] : count of elements in user_pfn array. This count should not |
| 1922 | * be greater VFIO_PIN_PAGES_MAX_ENTRIES. | 1922 | * be greater VFIO_PIN_PAGES_MAX_ENTRIES. |
| 1923 | * @prot [in] : protection flags | 1923 | * @prot [in] : protection flags |
