Skip to content

Commit c664e16

Browse files
committed
Merge tag 'docs-6.8-fixes2' of git://git.lwn.net/linux
Pull documentation fix from Jonathan Corbet: "A single fix to the kernel_feat extension for a bug that will crash the docs build in some situations" * tag 'docs-6.8-fixes2' of git://git.lwn.net/linux: docs: kernel_feat.py: fix build error for missing files
2 parents 716f4aa + c23de7c commit c664e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/sphinx/kernel_feat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run(self):
109109
else:
110110
out_lines += line + "\n"
111111

112-
nodeList = self.nestedParse(out_lines, fname)
112+
nodeList = self.nestedParse(out_lines, self.arguments[0])
113113
return nodeList
114114

115115
def nestedParse(self, lines, fname):

0 commit comments

Comments
 (0)