commit | 87117baf4f923a44bab189c37a6c8783f0c03525 | [log] [tgz] |
---|---|---|
author | Rocco Yue <rocco.yue@mediatek.com> | Thu Jul 15 22:26:43 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 15 10:26:03 2021 -0700 |
tree | 74cdccac9dbd9b5f3ba878c1dcd60ba4cadce151 | |
parent | 5c2c85315948c42c6c0258cf9bad596acaa79043 [diff] |
ipv6: remove unnecessary local variable The local variable "struct net *net" in the two functions of inet6_rtm_getaddr() and inet6_dump_addr() are actually useless, so remove them. Signed-off-by: Rocco Yue <rocco.yue@mediatek.com> Signed-off-by: David S. Miller <davem@davemloft.net>