Re: [PATCH] include/linux/byteorder/generic.h: fix signed/unsigned warnings

2019-10-21 Thread Anatol Belski
Hi, On Mon, 2019-10-21 at 09:52 +0300, Andy Shevchenko wrote: > On Sun, Oct 20, 2019 at 05:22:30PM +, Anatol Belski wrote: > > From: Anatol Belski > > Better to add commit message even for small patches like this. > Do you have compiler / sparse / etc warning? Cite it here as well! > yes,

Re: [PATCH] include/linux/byteorder/generic.h: fix signed/unsigned warnings

2019-10-20 Thread Andy Shevchenko
On Sun, Oct 20, 2019 at 05:22:30PM +, Anatol Belski wrote: > From: Anatol Belski Better to add commit message even for small patches like this. Do you have compiler / sparse / etc warning? Cite it here as well! -- With Best Regards, Andy Shevchenko

[PATCH] include/linux/byteorder/generic.h: fix signed/unsigned warnings

2019-10-20 Thread Anatol Belski
From: Anatol Belski Signed-off-by: Anatol Belski --- include/linux/byteorder/generic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/byteorder/generic.h b/include/linux/byteorder/generic.h index 4b13e0a3e15b..c9a4c96c9943 100644 --- a/include/linux/byteo