Re: [PATCH -next 0/2] sparc: use snprintf() in show() methods

From: David Miller
Date: Wed May 13 2020 - 18:36:26 EST


From: Chen Zhou <chenzhou10@xxxxxxxxxx>
Date: Sat, 9 May 2020 17:18:47 +0800

> snprintf() returns the number of bytes that would be written,
> which may be greater than the the actual length to be written.
>
> show() methods should return the number of bytes printed into the
> buffer. This is the return value of scnprintf().

Series applied with Subject lines corrected.