Skip to content

Commit

Permalink
Fix meta check
Browse files Browse the repository at this point in the history
  • Loading branch information
prgeor committed Aug 30, 2024
1 parent 7b06ea1 commit 52b50a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,14 @@ typedef enum _sai_port_oper_status_t

} sai_port_oper_status_t;


/**
* @brief Attribute bitmap data for #SAI_PORT_ATTR_ERROR_STATUS
*/
typedef enum _sai_port_error_status_t
{
/** No errors */
SAI_PORT_ERROR_STATUS_CLEAR = 0,

SAI_PORT_ERROR_STATUS_MAC_LOCAL_FAULT = 1,

SAI_PORT_ERROR_STATUS_MAC_REMOTE_FAULT = 2,
Expand All @@ -107,7 +106,7 @@ typedef struct _sai_port_oper_status_notification_t
/** Port operational status */
sai_port_oper_status_t port_state;

/** Bitmap of various port error or fault status */
/** Bitmap of various port error or fault status */
sai_port_error_status_t port_error_status;
} sai_port_oper_status_notification_t;

Expand Down

0 comments on commit 52b50a6

Please sign in to comment.