cxgbe(4): Add missing description for a port type.

Sponsored by:	Chelsio Communications

(cherry picked from commit f0ee6112eb61a5130acedd20d9827627c0975fba)
This commit is contained in:
Navdeep Parhar 2024-04-29 13:27:48 -07:00
parent 6bc34cdd96
commit d80e7fca01

View file

@ -6814,6 +6814,7 @@ const char *t4_get_port_type_description(enum fw_port_type port_type)
"CR2_QSFP",
"SFP28",
"KR_SFP28",
"KR_XLAUI",
};
if (port_type < ARRAY_SIZE(port_type_description))