commit | 4718a471f1a7fc5cc943377c09300bb35138daf9 | [log] [tgz] |
---|---|---|
author | Miaohe Lin <linmiaohe@huawei.com> | Mon Aug 24 23:25:17 2020 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 25 06:06:19 2020 -0700 |
tree | 58795cad83d364e4b93fe75008ac7504fadeff03 | |
parent | 8b4510d76cde3c6934d4caed2fe897bd831cdb82 [diff] |
netlink: remove duplicated nla_need_padding_for_64bit() check The need for padding 64bit is implicitly checked by nla_align_64bit(), so remove this explicit one. Signed-off-by: Miaohe Lin <linmiaohe@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>