qlcnic: remove extra space from board names
Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
addd5abf49
commit
1515faf2f9
|
@ -1100,11 +1100,11 @@ struct qlcnic_brdinfo {
|
|||
|
||||
static const struct qlcnic_brdinfo qlcnic_boards[] = {
|
||||
{0x1077, 0x8020, 0x1077, 0x203,
|
||||
"8200 Series Single Port 10GbE Converged Network Adapter \
|
||||
(TCP/IP Networking)"},
|
||||
"8200 Series Single Port 10GbE Converged Network Adapter "
|
||||
"(TCP/IP Networking)"},
|
||||
{0x1077, 0x8020, 0x1077, 0x207,
|
||||
"8200 Series Dual Port 10GbE Converged Network Adapter \
|
||||
(TCP/IP Networking)"},
|
||||
"8200 Series Dual Port 10GbE Converged Network Adapter "
|
||||
"(TCP/IP Networking)"},
|
||||
{0x1077, 0x8020, 0x1077, 0x20b,
|
||||
"3200 Series Dual Port 10Gb Intelligent Ethernet Adapter"},
|
||||
{0x1077, 0x8020, 0x1077, 0x20c,
|
||||
|
|
Loading…
Reference in New Issue