Re: [PATCH v2 1/4] tty/nozomi: cleanup DUMP() macro

2018-04-23 Thread Joey Pabalinas
On Mon, Apr 23, 2018 at 10:51:31AM +0200, Greg Kroah-Hartman wrote: > Something is really odd here, look at what is in your changelog above :( > > Same for all of these patches. Can you please fix up and resend? Ah whoops, will do. -- Cheers, Joey Pabalinas signature.asc Description: PGP sig

Re: [PATCH v2 1/4] tty/nozomi: cleanup DUMP() macro

2018-04-23 Thread Greg Kroah-Hartman
On Sat, Mar 24, 2018 at 01:27:29AM -1000, Joey Pabalinas wrote: > Replace snprint() with strscpy() and use max_t() instead of > the conditional operator. > > Signed-off-by: Joey Pabalinas > > 1 file changed, 13 insertions(+), 13 deletions(-) > Something is really odd here, look at what is in

[PATCH v2 1/4] tty/nozomi: cleanup DUMP() macro

2018-03-24 Thread Joey Pabalinas
Replace snprint() with strscpy() and use max_t() instead of the conditional operator. Signed-off-by: Joey Pabalinas 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/tty/nozomi.c b/drivers/tty/nozomi.c index b57b35066ebea94639..f26bf1d1e9ee0e74eb 100644 --- a/drivers/tty/n