From 55d83e0dbb3ed91e05b11ef32afb30acfbf8ba45 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 27 Aug 2014 16:49:43 +0300 Subject: [PATCH] cifs: convert to print_hex_dump() instead of custom implementation This patch converts custom dumper to use native print_hex_dump() instead. The cifs_dump_mem() will have an offsets per each line which differs it from the original code. In the dump_smb() we may use native print_hex_dump() as well. It will show slightly different output in ASCII part when character is unprintable, otherwise it keeps same structure. Signed-off-by: Andy Shevchenko Signed-off-by: Steve French --- Reading git-format-patch failed