diff options
author | Jiri Pirko <jiri@mellanox.com> | 2015-10-28 05:17:00 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-29 23:26:50 -0400 |
commit | 8316f087f7c62a2d21ec4e72926ec07ce777fe48 (patch) | |
tree | c7a4e7b352a6597e3818647d10c2cd04be6a7148 | |
parent | 4e9ec0839b4994ebc764d8067832dd079336c42f (diff) |
mlxsw: reg: Fix desription typos of couple of SFN items
Fix copy-paste errors.
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/mellanox/mlxsw/reg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/reg.h b/drivers/net/ethernet/mellanox/mlxsw/reg.h index c24283a1d389..2bf230c51955 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/reg.h +++ b/drivers/net/ethernet/mellanox/mlxsw/reg.h | |||
@@ -475,7 +475,7 @@ MLXSW_ITEM32_INDEXED(reg, sfn, rec_type, MLXSW_REG_SFN_BASE_LEN, 20, 4, | |||
475 | MLXSW_ITEM_BUF_INDEXED(reg, sfn, rec_mac, MLXSW_REG_SFN_BASE_LEN, 6, | 475 | MLXSW_ITEM_BUF_INDEXED(reg, sfn, rec_mac, MLXSW_REG_SFN_BASE_LEN, 6, |
476 | MLXSW_REG_SFN_REC_LEN, 0x02); | 476 | MLXSW_REG_SFN_REC_LEN, 0x02); |
477 | 477 | ||
478 | /* reg_sfd_mac_sub_port | 478 | /* reg_sfn_mac_sub_port |
479 | * VEPA channel on the local port. | 479 | * VEPA channel on the local port. |
480 | * 0 if multichannel VEPA is not enabled. | 480 | * 0 if multichannel VEPA is not enabled. |
481 | * Access: RO | 481 | * Access: RO |
@@ -483,14 +483,14 @@ MLXSW_ITEM_BUF_INDEXED(reg, sfn, rec_mac, MLXSW_REG_SFN_BASE_LEN, 6, | |||
483 | MLXSW_ITEM32_INDEXED(reg, sfn, mac_sub_port, MLXSW_REG_SFN_BASE_LEN, 16, 8, | 483 | MLXSW_ITEM32_INDEXED(reg, sfn, mac_sub_port, MLXSW_REG_SFN_BASE_LEN, 16, 8, |
484 | MLXSW_REG_SFN_REC_LEN, 0x08, false); | 484 | MLXSW_REG_SFN_REC_LEN, 0x08, false); |
485 | 485 | ||
486 | /* reg_sfd_mac_fid | 486 | /* reg_sfn_mac_fid |
487 | * Filtering identifier. | 487 | * Filtering identifier. |
488 | * Access: RO | 488 | * Access: RO |
489 | */ | 489 | */ |
490 | MLXSW_ITEM32_INDEXED(reg, sfn, mac_fid, MLXSW_REG_SFN_BASE_LEN, 0, 16, | 490 | MLXSW_ITEM32_INDEXED(reg, sfn, mac_fid, MLXSW_REG_SFN_BASE_LEN, 0, 16, |
491 | MLXSW_REG_SFN_REC_LEN, 0x08, false); | 491 | MLXSW_REG_SFN_REC_LEN, 0x08, false); |
492 | 492 | ||
493 | /* reg_sfd_mac_system_port | 493 | /* reg_sfn_mac_system_port |
494 | * Unique port identifier for the final destination of the packet. | 494 | * Unique port identifier for the final destination of the packet. |
495 | * Access: RO | 495 | * Access: RO |
496 | */ | 496 | */ |