From 9b02b6e6b0e4be0b53568e24010ed1e240c2aad7 Mon Sep 17 00:00:00 2001
From: Harjot Singh <harjotpawrawork@gmail.com>
Date: Tue, 30 Jul 2024 13:33:24 -0700
Subject: [PATCH] Fixed the brief message

---
 doc/VoQ/SAI-Proposal-VoQ-Switch.md | 2 +-
 inc/saiport.h                      | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/VoQ/SAI-Proposal-VoQ-Switch.md b/doc/VoQ/SAI-Proposal-VoQ-Switch.md
index 405c9ace9..a75e40313 100644
--- a/doc/VoQ/SAI-Proposal-VoQ-Switch.md
+++ b/doc/VoQ/SAI-Proposal-VoQ-Switch.md
@@ -772,7 +772,7 @@ can be queried on each fabric port retrieved from the fabric port list switch at
 ```c
 
 /**
-* @brief Fabric port reachability for all remote reachable switches
+* @brief List of switch id's of all remote reachable switches 
 *
 * @type sai_u16_list_t
 * @flags READ_ONLY
diff --git a/inc/saiport.h b/inc/saiport.h
index c6dbe1497..a26456ced 100644
--- a/inc/saiport.h
+++ b/inc/saiport.h
@@ -2521,21 +2521,20 @@ typedef enum _sai_port_attr_t
     SAI_PORT_ATTR_POE_PORT_ID,
 
     /**
-<<<<<<< HEAD
      * @brief The maximum size of SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA in bytes.
      *
      * @type sai_uint32_t
      * @flags READ_ONLY
      */
     SAI_PORT_ATTR_JSON_FORMATTED_DEBUG_DATA_SIZE,
-=======
-     * @brief Fabric port reachability for all remote reachable switches
+
+    /**
+     * @brief List of switch id's of all remote reachable switches
      *
      * @type sai_u16_list_t
      * @flags READ_ONLY
      */
     SAI_PORT_ATTR_FABRIC_REACHABILITY_LIST,
->>>>>>> 18136be (Adding support to get a list of all reachable switch-id's from a fabric port)
 
     /**
      * @brief End of attributes