Re: [PATCH ethtool 1/7] netlink: get rid of signed/unsigned comparison warnings

2020-08-11 Thread Michal Kubecek
On Mon, Aug 10, 2020 at 04:11:22PM +0200, Andrew Lunn wrote: > On Sun, Aug 09, 2020 at 11:24:19PM +0200, Michal Kubecek wrote: > > Get rid of compiler warnings about comparison between signed and > > unsigned integer values in netlink code. > > > > Signed-off-by: Michal Kubecek > > --- > > netli

Re: [PATCH ethtool 1/7] netlink: get rid of signed/unsigned comparison warnings

2020-08-10 Thread Andrew Lunn
On Sun, Aug 09, 2020 at 11:24:19PM +0200, Michal Kubecek wrote: > Get rid of compiler warnings about comparison between signed and > unsigned integer values in netlink code. > > Signed-off-by: Michal Kubecek > --- > netlink/features.c | 4 ++-- > netlink/netlink.c | 4 ++-- > netlink/netlink.h

[PATCH ethtool 1/7] netlink: get rid of signed/unsigned comparison warnings

2020-08-09 Thread Michal Kubecek
Get rid of compiler warnings about comparison between signed and unsigned integer values in netlink code. Signed-off-by: Michal Kubecek --- netlink/features.c | 4 ++-- netlink/netlink.c | 4 ++-- netlink/netlink.h | 2 +- netlink/nlsock.c | 2 +- netlink/parser.c | 2 +- netlink/settings.