This suits more on what the code does.

Reviewed-by: Kevin Tian <kevin.t...@intel.com>
Reviewed-by: Jason Gunthorpe <j...@nvidia.com>
Reviewed-by: Eric Auger <eric.au...@redhat.com>
Signed-off-by: Yi Liu <yi.l....@intel.com>
---
 drivers/vfio/pci/vfio_pci_core.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/vfio/pci/vfio_pci_core.c b/drivers/vfio/pci/vfio_pci_core.c
index ec7e662de033..f4153fd22a87 100644
--- a/drivers/vfio/pci/vfio_pci_core.c
+++ b/drivers/vfio/pci/vfio_pci_core.c
@@ -1311,9 +1311,8 @@ static int vfio_pci_ioctl_pci_hot_reset(struct 
vfio_pci_core_device *vdev,
        }
 
        /*
-        * For each group_fd, get the group through the vfio external user
-        * interface and store the group and iommu ID.  This ensures the group
-        * is held across the reset.
+        * Get the group file for each fd to ensure the group is held across
+        * the reset
         */
        for (file_idx = 0; file_idx < hdr.count; file_idx++) {
                struct file *file = fget(group_fds[file_idx]);
-- 
2.34.1

Reply via email to