]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: drv-net: fix linter warnings in pp_alloc_fail
authorJakub Kicinski <kuba@kernel.org>
Tue, 7 Oct 2025 23:26:51 +0000 (16:26 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 9 Oct 2025 09:10:02 +0000 (11:10 +0200)
commit0be740fb22da998bfc61b932796ee39099694a81
treef2a01a334c5749ce0d5f0ea10256862df60d8f9d
parent2eecd3a41e67c03e52905c42a1e19cc6266a608a
selftests: drv-net: fix linter warnings in pp_alloc_fail

Fix linter warnings, it's a bit hard to check for new ones otherwise.

  W0311: Bad indentation. Found 16 spaces, expected 12 (bad-indentation)
  C0114: Missing module docstring (missing-module-docstring)
  W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
  C0116: Missing function or method docstring (missing-function-docstring)

Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20251007232653.2099376-8-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
tools/testing/selftests/drivers/net/hw/pp_alloc_fail.py