Re: [PATCH v1 1/1] net/lapb: tuse %*ph to dump buffers

2016-05-29 Thread David Miller
From: Andy Shevchenko Date: Thu, 26 May 2016 14:43:52 +0300 > Use %*ph specifier to dump small buffers in hex format instead doing this > byte-by-byte. > > Signed-off-by: Andy Shevchenko Applied.

[PATCH v1 1/1] net/lapb: tuse %*ph to dump buffers

2016-05-26 Thread Andy Shevchenko
Use %*ph specifier to dump small buffers in hex format instead doing this byte-by-byte. Signed-off-by: Andy Shevchenko --- net/lapb/lapb_in.c | 5 ++--- net/lapb/lapb_out.c | 4 +--- net/lapb/lapb_subr.c | 14 +- 3 files changed, 8