commit | e844463743095bc8b230f507de066d047c87476b | [log] [tgz] |
---|---|---|
author | Arad, Ronen <ronen.arad@intel.com> | Fri Oct 09 10:35:47 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 12 19:40:30 2015 -0700 |
tree | eefa04382e4447755d9af815e9bca69c453a57a2 | |
parent | 9ef2e965e55481a52d6d91ce61977a27836268d3 [diff] |
rtnetlink: fix gcc -Wconversion warning RTA_ALIGNTO is currently define as 4. It has to be 4U to prevent warning for RTA_ALIGN and RTA_DATA expansions when -Wconversion gcc option is enabled. This follows NLMSG_ALIGNTO definition in <include/uapi/linux/netlink.h>. Signed-off-by: Ronen Arad <ronen.arad@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>