pylint 3.3.9 astroid 3.3.8 Python 3.14.3 (main, Mar 26 2026, 00:00:00) [GCC 15.2.1 20260123 (Red Hat 15.2.1-7)] Redirect to /tmp/tmp.eV2ZUe8dWL and /tmp/tmp.NCwu272rAM Tree base: 8b0e64d6c9e7 ("Merge branch 'enic-sr-iov-v2-preparatory-infrastructure'") Now at: df7c410d87fb ("selftests/net: convert so_txtime to drv-net") ====== Checking before the patch ====== ====== Checking the tree with the patch ====== ************* Module so_txtime tools/testing/selftests/drivers/net/so_txtime.py:17:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:19:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:21:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:22:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:23:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:24:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:26:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:27:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:28:0: W0311: Bad indentation. Found 6 spaces, expected 12 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:29:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:30:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:31:0: W0311: Bad indentation. Found 6 spaces, expected 12 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:35:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:36:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:43:0: W0311: Bad indentation. Found 6 spaces, expected 12 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:44:0: W0311: Bad indentation. Found 6 spaces, expected 12 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:49:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:50:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:54:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:55:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:62:0: W0311: Bad indentation. Found 6 spaces, expected 12 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:63:0: W0311: Bad indentation. Found 6 spaces, expected 12 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:68:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:70:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:71:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:72:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:73:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:74:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:76:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:80:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:81:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:82:0: W0311: Bad indentation. Found 4 spaces, expected 8 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:83:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:87:0: W0311: Bad indentation. Found 2 spaces, expected 4 (bad-indentation) tools/testing/selftests/drivers/net/so_txtime.py:16:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/drivers/net/so_txtime.py:16:0: R0913: Too many arguments (6/5) (too-many-arguments) tools/testing/selftests/drivers/net/so_txtime.py:16:0: R0917: Too many positional arguments (6/5) (too-many-positional-arguments) tools/testing/selftests/drivers/net/so_txtime.py:29:2: W0702: No exception type(s) specified (bare-except) tools/testing/selftests/drivers/net/so_txtime.py:48:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/drivers/net/so_txtime.py:67:0: C0116: Missing function or method docstring (missing-function-docstring) tools/testing/selftests/drivers/net/so_txtime.py:79:0: C0116: Missing function or method docstring (missing-function-docstring) ----------------------------------- Your code has been rated at 0.89/10