qed: Drop the 's' from num_ports_in_engines
The parameter reflects the number of physical ports connected to a single engine, not all. Signed-off-by: Tomer Tayar <Tomer.Tayar@cavium.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
fc561c8bfe
commit
78cea9ffaa
@@ -633,7 +633,7 @@ struct qed_dev {
|
||||
#define CHIP_BOND_ID_SHIFT 0
|
||||
|
||||
u8 num_engines;
|
||||
u8 num_ports_in_engines;
|
||||
u8 num_ports_in_engine;
|
||||
u8 num_funcs_in_port;
|
||||
|
||||
u8 path_id;
|
||||
|
Reference in New Issue
Block a user