selftests/hid: fix ruff linter complains
authorBenjamin Tissoires <bentiss@kernel.org>
Wed, 6 Dec 2023 10:46:06 +0000 (11:46 +0100)
committerBenjamin Tissoires <bentiss@kernel.org>
Thu, 7 Dec 2023 08:52:04 +0000 (09:52 +0100)
commitf556aa957df8cb3e98af0f54bf1fa65f59ae47a3
tree902d76b898fc8f5023ffc3c8598e1eadbd38073a
parented5bc56cedca19ac429533aa527bce5287ab0a5a
selftests/hid: fix ruff linter complains

rename ambiguous variables l, r, and m, and ignore the return values
of uhdev.get_evdev() and uhdev.get_slot()

Acked-by: Jiri Kosina <jkosina@suse.com>
Link: https://lore.kernel.org/r/20231206-wip-selftests-v2-15-c0350c2f5986@kernel.org
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
tools/testing/selftests/hid/tests/test_mouse.py
tools/testing/selftests/hid/tests/test_wacom_generic.py