Merge "Fix the comment message"

This commit is contained in:
Zuul 2022-08-24 09:30:25 +00:00 committed by Gerrit Code Review
commit d38f395246
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ def _generate_dep_list(fpga, pf_has_vf):
driver_dep.name = fpga["name"]
driver_dep.driver_name = DRIVER_NAME
# pf with sriov enabled, may have several regions and several vfs.
# For now, there is only region, this maybe improve in next release.
# For now, there is only one region, this maybe improve in next release.
else:
driver_dep.num_accelerators = len(fpga["regions"])
for vf in fpga["regions"]: