]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ixgbe: fix typo in function comment for ixgbe_get_num_per_func()
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Fri, 5 Sep 2025 16:33:49 +0000 (09:33 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 9 Sep 2025 00:51:50 +0000 (17:51 -0700)
commitabcf9f662bc7ec72b3591d785eccd7dd8c239365
treee0357194fdd5b321aeab60670f1dc95769be87a8
parentbd64723327e33758803f3b6105f4ef0a1e6cebe0
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>
drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c