Skip to content

Commit 53d4e89

Browse files
vegardJonathan Corbet
authored andcommitted
doc: kerneldoc.py: fix indentation
kerneldoc.py is mostly indented with 4 spaces (like PEP8 suggests); replace the last remaining tabs for consistency. No functional change. Cc: Jani Nikula <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Vegard Nossum <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9f6f4c1 commit 53d4e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/sphinx/kerneldoc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def run(self):
6161
env = self.state.document.settings.env
6262
cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno']
6363

64-
# Pass the version string to kernel-doc, as it needs to use a different
65-
# dialect, depending what the C domain supports for each specific
66-
# Sphinx versions
64+
# Pass the version string to kernel-doc, as it needs to use a different
65+
# dialect, depending what the C domain supports for each specific
66+
# Sphinx versions
6767
cmd += ['-sphinx-version', sphinx.__version__]
6868

6969
filename = env.config.kerneldoc_srctree + '/' + self.arguments[0]

0 commit comments

Comments
 (0)