From: Andy Shevchenko <andriy.shevche...@linux.intel.com> Date: Tue, 19 Dec 2017 20:03:06 +0200
> + hex_dump_to_buffer(&skb->data[i], len, 32, 1, buffer, 128, > false); Please make the changes here that were requested for the amd-xgbe version of this patch. In particular, use "sizeof(buffer)" instead of the magic constant 128. Thank you.