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 <jani.nikula@intel.com> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240215134828.1277109-6-vegard.nossum@oracle.com
1 parent 9f6f4c1 commit 53d4e89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)