Re: [PATCH 6/6] sunrpc: rework proc handlers to take advantage of the new buffer

From: Christoph Hellwig
Date: Tue Sep 01 2020 - 11:16:53 EST


On Thu, Aug 13, 2020 at 05:04:11PM -0400, Josef Bacik wrote:
> + len = scnprintf(buffer, *lenp, "0x%04x\n", *(unsigned int *) table->data);

This adds a really hard to read overlong long line.

Otherwise looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>