diff options
author | Arad, Ronen <ronen.arad@intel.com> | 2015-10-09 10:35:47 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-12 19:40:30 -0700 |
commit | e844463743095bc8b230f507de066d047c87476b (patch) | |
tree | eefa04382e4447755d9af815e9bca69c453a57a2 /net/sched/cls_basic.c | |
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>
Diffstat (limited to 'net/sched/cls_basic.c')
0 files changed, 0 insertions, 0 deletions