]> www.infradead.org Git - users/dwmw2/linux.git/commit
scripts/kernel-doc.py: Set an output format for --none
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 8 Apr 2025 10:09:25 +0000 (18:09 +0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 9 Apr 2025 18:10:34 +0000 (12:10 -0600)
commit43ecfe6bc2ae11f99fb4b812c014339c2d6a221a
tree7d6e9b9d557ae75a4db0e5b9dcd34c04eb9ecec1
parentfeec610725e38e96dca0f77f1fc388f59ffa616b
scripts/kernel-doc.py: Set an output format for --none

Now that warnings output is deferred to the output plugin, we
need to have an output style for none as well.

So, use the OutputFormat base class on such cases.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/caa1089e16f4609f792ff26731ad9e9c3a6f6b1d.1744106242.git.mchehab+huawei@kernel.org
scripts/lib/kdoc/kdoc_files.py