Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net/mlx5: fix typo in pci_irq.c comment

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>

authored by

Alok Tiwari and committed by
Jakub Kicinski
c5e389cc 8c42986b

+1 -1
+1 -1
drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c
··· 54 54 55 55 /** 56 56 * mlx5_get_default_msix_vec_count - Get the default number of MSI-X vectors 57 - * to be ssigned to each VF. 57 + * to be assigned to each VF. 58 58 * @dev: PF to work on 59 59 * @num_vfs: Number of enabled VFs 60 60 */