diff options
author | Colin Ian King <[email protected]> | 2021-12-07 18:50:01 +0000 |
---|---|---|
committer | Borislav Petkov <[email protected]> | 2021-12-28 21:30:05 +0100 |
commit | 0be4838f018c10d7f138a213c006d345db35ef5b (patch) | |
tree | 1fc0c25a40703ed4784df74e551c29efdf8a5ebb /scripts/bpf_doc.py | |
parent | bc7aaf52f963674690510e6c1f3710cd0394b25e (diff) |
x86/events/amd/iommu: Remove redundant assignment to variable shift
Variable shift is being initialized with a value that is never read, it
is being re-assigned later inside a loop. The assignment is redundant
and can be removed.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions