commit | 7390ed8a405013d0a7e1f4dc8ac495e0ac04996f | [log] [tgz] |
---|---|---|
author | Guillaume Nault <g.nault@alphalink.fr> | Fri Aug 10 13:22:02 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Aug 11 12:13:49 2018 -0700 |
tree | c3682c22665ea9033c29abc543eb6ca3030c8a7b | |
parent | b0e29063dcb3bf14f515f95e748b60e4bab45e7c [diff] |
l2tp: zero out stats in pppol2tp_copy_stats() Integrate memset(0) in pppol2tp_copy_stats() to avoid calling it manually every time. While there, constify 'stats'. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>