commit | 1296ee8ffc74fea4350c756f722000211b38400d | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Wed Aug 01 10:04:02 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 01 09:58:15 2018 -0700 |
tree | 10e5b4abd6fc8a71d74beb5c911e4efca08cbff0 | |
parent | 13dde04f5c436f3b9f50ccfd0784db6db13401f3 [diff] |
ip_gre: remove redundant variables t_hlen After commit ffc2b6ee4174 ("ip_gre: fix IFLA_MTU ignored on NEWLINK") variable t_hlen is assigned values that are never read, hence they are redundant and can be removed. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>