summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_re.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2025-04-08 13:09:26 +0300
committerJonathan Corbet <corbet@lwn.net>2025-04-09 21:10:34 +0300
commit485f6f7960c468d9e27665f61517dc5fc097ea98 (patch)
tree5dd9d37dc49624de80d77c55eb9eeb814cd3aecd /scripts/lib/kdoc/kdoc_re.py
parent43ecfe6bc2ae11f99fb4b812c014339c2d6a221a (diff)
downloadlinux-485f6f7960c468d9e27665f61517dc5fc097ea98.tar.xz
scripts/kernel-doc.py: adjust some coding style issues
Make pylint happier by adding some missing documentation and addressing a couple of pylint warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/0f9d5473105e4c09c6c41e3db72cc63f1d4d55f9.1744106242.git.mchehab+huawei@kernel.org
Diffstat (limited to 'scripts/lib/kdoc/kdoc_re.py')
-rwxr-xr-xscripts/lib/kdoc/kdoc_re.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/kdoc/kdoc_re.py b/scripts/lib/kdoc/kdoc_re.py
index 512b6521e79d..d28485ff94d6 100755
--- a/scripts/lib/kdoc/kdoc_re.py
+++ b/scripts/lib/kdoc/kdoc_re.py
@@ -131,7 +131,8 @@ class NestedMatch:
will ignore the search string.
"""
- # TODO:
+ # TODO: make NestedMatch handle multiple match groups
+ #
# Right now, regular expressions to match it are defined only up to
# the start delimiter, e.g.:
#