mbox series

[v2,0/2] eal: hexdump cleanups

Message ID 20190402152350.17572-1-stephen@networkplumber.org (mailing list archive)
Headers
Series eal: hexdump cleanups |

Message

Stephen Hemminger April 2, 2019, 3:23 p.m. UTC
  Minor bugfix and source cleanup

Stephen Hemminger (2):
  hexdump: whitespace cleanup
  hexdump: align output of string

 lib/librte_eal/common/eal_common_hexdump.c | 114 +++++++++------------
 1 file changed, 50 insertions(+), 64 deletions(-)
  

Comments

Thomas Monjalon April 3, 2019, 4:36 p.m. UTC | #1
02/04/2019 17:23, Stephen Hemminger:
> Minor bugfix and source cleanup
> 
> Stephen Hemminger (2):
>   hexdump: whitespace cleanup
>   hexdump: align output of string

Applied, thanks