Skip to content

Commit 33decea

Browse files
committed
Fix comments
Signed-off-by: Judy Joseph <[email protected]>
1 parent 4ebd3be commit 33decea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

inc/saimacsec.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -965,35 +965,35 @@ typedef enum _sai_macsec_sa_stat_t
965965

966966
/**
967967
* @brief The sum of this count over Secure Associations gives 802.1ae
968-
* @brief IEEE 802.1ae defined InPktsInvalid.
968+
* statistics InPktsInvalid.
969969
* Valid for ingress, always returns 0 for egress.
970970
*/
971971
SAI_MACSEC_SA_STAT_IN_PKTS_INVALID,
972972

973973
/**
974974
* @brief The sum of this count over Secure Associations gives 802.1ae
975-
* @brief IEEE 802.1ae defined InPktsNotValid.
975+
* statistics InPktsNotValid.
976976
* Valid for ingress, always returns 0 for egress.
977977
*/
978978
SAI_MACSEC_SA_STAT_IN_PKTS_NOT_VALID,
979979

980980
/**
981981
* @brief The sum of this count over Secure Associations gives 802.1ae
982-
* @brief IEEE 802.1ae defined InPktsNotUsingSA.
982+
* statistics InPktsNotUsingSA.
983983
* Valid for ingress, always returns 0 for egress.
984984
*/
985985
SAI_MACSEC_SA_STAT_IN_PKTS_NOT_USING_SA,
986986

987987
/**
988988
* @brief The sum of this count over Secure Associations gives 802.1ae
989-
* @brief IEEE 802.1ae defined InPktsUnusedSA.
989+
* statistics InPktsUnusedSA.
990990
* Valid for ingress, always returns 0 for egress.
991991
*/
992992
SAI_MACSEC_SA_STAT_IN_PKTS_UNUSED_SA,
993993

994994
/**
995995
* @brief The sum of this count over Secure Associations gives 802.1ae
996-
* @brief IEEE 802.1ae defined InPktsOk.
996+
* statistics InPktsOk.
997997
* Valid for ingress, always returns 0 for egress.
998998
*/
999999
SAI_MACSEC_SA_STAT_IN_PKTS_OK,

0 commit comments

Comments
 (0)