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.

ixgbe: fix typo in function comment for ixgbe_get_num_per_func()

Correct a typo in the comment where "PH" was used instead of "PF".
The function returns the number of resources per PF or 0 if no PFs
are available.

Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
Signed-off-by: Qiang Liu <liuqiang@kylinos.cn>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Link: https://patch.msgid.link/20250905163353.3031910-1-alok.a.tiwari@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Alok Tiwari and committed by
Jakub Kicinski
abcf9f66 bd647233

+1 -1
+1 -1
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c
··· 774 774 * from parsing capabilities and use this to calculate the number of resources 775 775 * per PF based on the max value passed in. 776 776 * 777 - * Return: the number of resources per PF or 0, if no PH are available. 777 + * Return: the number of resources per PF or 0, if no PFs are available. 778 778 */ 779 779 static u32 ixgbe_get_num_per_func(struct ixgbe_hw *hw, u32 max) 780 780 {