diff options
author | 2017-10-19 15:09:47 +0200 | |
---|---|---|
committer | 2017-10-23 11:05:20 +0200 | |
commit | d3cc547d9ccbe223b06e87256fdd571eb63762b7 (patch) | |
tree | 0a580304ef9923aa6a7fbb3e491dbfa9b2f715c2 /tools/perf/scripts/python/stackcollapse.py | |
parent | xfrm: eradicate size_t (diff) | |
download | linux-dev-d3cc547d9ccbe223b06e87256fdd571eb63762b7.tar.xz linux-dev-d3cc547d9ccbe223b06e87256fdd571eb63762b7.zip |
esp6: remove redundant initialization of esph
The pointer esph is being initialized with a value that is never
read and then being updated. Remove the redundant initialization
and move the declaration and initializtion of esph to the local
code block.
Cleans up clang warning:
net/ipv6/esp6.c:562:21: warning: Value stored to 'esph' during its
initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions