]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_hexdump.h
service: use id in service stats functions
[dpdk.git] / lib / librte_eal / common / include / rte_hexdump.h
index 891c77bf320c63737a7b082c21a0355a6a1c3abd..5c18a50b6dafe4a5434c52d3f41a1440c88d5678 100644 (file)
@@ -49,15 +49,15 @@ extern "C" {
 * Dump out memory in a special hex dump format.
 *
 * @param f
 * Dump out memory in a special hex dump format.
 *
 * @param f
-*              A pointer to a file for output
+*              A pointer to a file for output
 * @param title
 * @param title
-*              If not NULL this string is printed as a header to the output.
+*              If not NULL this string is printed as a header to the output.
 * @param buf
 * @param buf
-*              This is the buffer address to print out.
+*              This is the buffer address to print out.
 * @param len
 * @param len
-*              The number of bytes to dump out
+*              The number of bytes to dump out
 * @return
 * @return
-*              None.
+*              None.
 */
 
 extern void
 */
 
 extern void
@@ -67,15 +67,15 @@ rte_hexdump(FILE *f, const char * title, const void * buf, unsigned int len);
 * Dump out memory in a hex format with colons between bytes.
 *
 * @param f
 * Dump out memory in a hex format with colons between bytes.
 *
 * @param f
-*              A pointer to a file for output
+*              A pointer to a file for output
 * @param title
 * @param title
-*              If not NULL this string is printed as a header to the output.
+*              If not NULL this string is printed as a header to the output.
 * @param buf
 * @param buf
-*              This is the buffer address to print out.
+*              This is the buffer address to print out.
 * @param len
 * @param len
-*              The number of bytes to dump out
+*              The number of bytes to dump out
 * @return
 * @return
-*              None.
+*              None.
 */
 
 void
 */
 
 void