Re: [PATCH v3 1/2] tty/nozomi: cleanup DUMP() macro

From: Greg Kroah-Hartman
Date: Wed Apr 25 2018 - 01:39:05 EST


On Tue, Apr 24, 2018 at 12:39:14PM -1000, Joey Pabalinas wrote:
> Replace snprint() with strscpy() and use min_t() instead of
> the conditional operator to clamp buffer length.
>
> Signed-off-by: Joey Pabalinas <joeypabalinas@xxxxxxxxx>
>
> 1 file changed, 13 insertions(+), 13 deletions(-)

Again, this is odd...

How are you sending these patches? How are you creating them? What is
taking part of the diffstat off and just leaving that line?

thanks,

greg k-h