]> www.infradead.org Git - users/hch/misc.git/commitdiff
net/mlx5: fix typo in pci_irq.c comment
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Fri, 12 Sep 2025 13:50:44 +0000 (06:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 15 Sep 2025 15:24:23 +0000 (08:24 -0700)
Fix a typo in a comment in pci_irq.c:
 "ssigned" → "assigned"

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/20250912135050.3921116-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c

index 692ef9c2f72933fd3a56ab25da27e43e8f5482bb..e18a850c615c66c6c169a003006608d2d4dfd055 100644 (file)
@@ -54,7 +54,7 @@ static int mlx5_core_func_to_vport(const struct mlx5_core_dev *dev,
 
 /**
  * mlx5_get_default_msix_vec_count - Get the default number of MSI-X vectors
- *                                   to be ssigned to each VF.
+ *                                   to be assigned to each VF.
  * @dev: PF to work on
  * @num_vfs: Number of enabled VFs
  */