aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_doc.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-12-07 22:37:35 +0000
committerDave Hansen <[email protected]>2021-12-09 09:57:16 -0800
commitdf0114f1f8711dbf481324c44cf5a8349130b913 (patch)
treef20551050b99d69633694efb94be40cb9aa8494f /scripts/bpf_doc.py
parent0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1 (diff)
x86/resctrl: Remove redundant assignment to variable chunks
The variable chunks is being shifted right and re-assinged the shifted value which is then returned. Since chunks is not being read afterwards the assignment is redundant and the >>= operator can be replaced with a shift >> operator instead. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Dave Hansen <[email protected]> Reviewed-by: Fenghua Yu <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions