X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_hexdump.h;h=5c18a50b6dafe4a5434c52d3f41a1440c88d5678;hb=5a6f6e0d52abd553e529c4bcbdd763b9f1667d54;hp=891c77bf320c63737a7b082c21a0355a6a1c3abd;hpb=5205954791cb96244904f2c904a75d29a9bbf31b;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_hexdump.h b/lib/librte_eal/common/include/rte_hexdump.h index 891c77bf32..5c18a50b6d 100644 --- a/lib/librte_eal/common/include/rte_hexdump.h +++ b/lib/librte_eal/common/include/rte_hexdump.h @@ -49,15 +49,15 @@ extern "C" { * 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 -* 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 -* This is the buffer address to print out. +* This is the buffer address to print out. * @param len -* The number of bytes to dump out +* The number of bytes to dump out * @return -* None. +* None. */ 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 -* A pointer to a file for output +* A pointer to a file for output * @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 -* This is the buffer address to print out. +* This is the buffer address to print out. * @param len -* The number of bytes to dump out +* The number of bytes to dump out * @return -* None. +* None. */ void