aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-04-15 13:52:27 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-04-17 16:13:17 +0300
commitb4d36eec448f6cef2731c21c35d39578b3e433d3 (patch)
tree6710d1cbe5c982cad58e98c0febf2bc717564d52 /helper
parent2f02626f02aaab4d7e3fb6fbb0a6f1040baaeb03 (diff)
helper: doxygen: eth fix break in rendered doc
The period signals to doxygen to add a line break, remove it Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/include/odp/helper/eth.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/helper/include/odp/helper/eth.h b/helper/include/odp/helper/eth.h
index c93fe3e..4d0f715 100644
--- a/helper/include/odp/helper/eth.h
+++ b/helper/include/odp/helper/eth.h
@@ -26,10 +26,10 @@ extern "C" {
#define ODPH_ETHADDR_LEN 6 /**< Ethernet address length */
#define ODPH_ETHHDR_LEN 14 /**< Ethernet header length */
#define ODPH_VLANHDR_LEN 4 /**< VLAN header length */
-#define ODPH_ETH_LEN_MIN 60 /**< Min frame length (excl. CRC 4 bytes) */
-#define ODPH_ETH_LEN_MIN_CRC 64 /**< Min frame length (incl. CRC 4 bytes) */
-#define ODPH_ETH_LEN_MAX 1514 /**< Max frame length (excl. CRC 4 bytes) */
-#define ODPH_ETH_LEN_MAX_CRC 1518 /**< Max frame length (incl. CRC 4 bytes) */
+#define ODPH_ETH_LEN_MIN 60 /**< Min frame length (excl CRC 4 bytes) */
+#define ODPH_ETH_LEN_MIN_CRC 64 /**< Min frame length (incl CRC 4 bytes) */
+#define ODPH_ETH_LEN_MAX 1514 /**< Max frame length (excl CRC 4 bytes) */
+#define ODPH_ETH_LEN_MAX_CRC 1518 /**< Max frame length (incl CRC 4 bytes) */
/**
* Ethernet MAC address