diff options
author | Colin Ian King <[email protected]> | 2022-06-28 22:25:25 +0100 |
---|---|---|
committer | Chuck Lever <[email protected]> | 2022-07-29 20:08:56 -0400 |
commit | 842e00ac3aa3b4a4f7f750c8ab54f8578fc875d3 (patch) | |
tree | 92b7659461846703e26c70cb2c2512e3b574c059 /tools/perf/scripts/python/libxed.py | |
parent | f532c9ff103897be0e2a787c0876683c3dc39ed3 (diff) |
nfsd: remove redundant assignment to variable len
Variable len is being assigned a value zero and this is never
read, it is being re-assigned later. The assignment is redundant
and can be removed.
Cleans up clang scan-build warning:
fs/nfsd/nfsctl.c:636:2: warning: Value stored to 'len' is never read
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions