diff options
author | Arad, Ronen <ronen.arad@intel.com> | 2015-10-09 20:35:47 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-13 05:40:30 +0300 |
commit | e844463743095bc8b230f507de066d047c87476b (patch) | |
tree | eefa04382e4447755d9af815e9bca69c453a57a2 /drivers/net | |
parent | 9ef2e965e55481a52d6d91ce61977a27836268d3 (diff) | |
download | linux-e844463743095bc8b230f507de066d047c87476b.tar.xz |
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>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions