========== pylint - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== New errors added --- /tmp/tmp.KV3Wa9Ldeo 2025-09-22 10:32:59.066435531 -0700 +++ /tmp/tmp.aSP7ses4BT 2025-09-22 10:32:59.908430275 -0700 @@ -0,0 +1,19 @@ +************* Module nic_timestamp +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:35:0: W0311: Bad indentation. Found 5 spaces, expected 8 (bad-indentation) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:36:0: W0311: Bad indentation. Found 9 spaces, expected 12 (bad-indentation) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:37:0: W0311: Bad indentation. Found 5 spaces, expected 8 (bad-indentation) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:1:0: C0114: Missing module docstring (missing-module-docstring) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:9:0: C0103: Function name "_getHWTimeStampSupport" doesn't conform to snake_case naming style (invalid-name) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:21:0: C0103: Function name "_getHWTimeStampConfig" doesn't conform to snake_case naming style (invalid-name) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:25:22: E0602: Undefined variable 'errno' (undefined-variable) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:30:0: C0103: Function name "_setHWTimeStampConfig" doesn't conform to snake_case naming style (invalid-name) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:35:19: E0602: Undefined variable 'errno' (undefined-variable) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:40:0: C0116: Missing function or method docstring (missing-function-docstring) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:51:0: C0116: Missing function or method docstring (missing-function-docstring) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:68:0: C0116: Missing function or method docstring (missing-function-docstring) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:4:0: W0611: Unused import datetime (unused-import) +tools/testing/selftests/drivers/net/hw/nic_timestamp.py:5:0: W0611: Unused import random (unused-import) + +----------------------------------- +Your code has been rated at 6.45/10 +