diff options
author | 2019-11-28 13:07:53 +0000 | |
---|---|---|
committer | 2020-01-31 17:34:06 +0000 | |
commit | a4f8a7fb1963bc02fbd40a0a28e128bb56d2fcc9 (patch) | |
tree | 9f82566308a8765e43901cf9e75acb09372aa62f /scripts/bpf_helpers_doc.py | |
parent | kdb: Get rid of confusing diag msg from "rd" if current task has no regs (diff) | |
download | wireguard-linux-a4f8a7fb1963bc02fbd40a0a28e128bb56d2fcc9.tar.xz wireguard-linux-a4f8a7fb1963bc02fbd40a0a28e128bb56d2fcc9.zip |
kdb: remove redundant assignment to pointer bp
The point bp is assigned a value that is never read, it is being
re-assigned later to bp = &kdb_breakpoints[lowbp] in a for-loop.
Remove the redundant assignment.
Addresses-Coverity ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20191128130753.181246-1-colin.king@canonical.com
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions