scripts: kernel-doc: prevent a KeyError when checking output
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 21 May 2025 09:02:15 +0000 (11:02 +0200)
committerJonathan Corbet <corbet@lwn.net>
Wed, 21 May 2025 09:53:40 +0000 (03:53 -0600)
commit27565cfcd78315ce0410adb79ae14d49e325a2b1
tree75affea7bb68e78a010401fabd1de1de4cdc25c2
parent2f3f7ba1ae6ee492bad2974cc3c93c0c238f1063
scripts: kernel-doc: prevent a KeyError when checking output

If a file sent to KernelFiles.msg() method doesn't exist, instead
of producing a KeyError, output an error message.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Closes: https://lore.kernel.org/linux-doc/cover.1747719873.git.mchehab+huawei@kernel.org/T/#ma43ae9d8d0995b535cf5099e5381dace0410de04
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <4efa177f2157a7ec009cc197dfc2d87e6f32b165.1747817887.git.mchehab+huawei@kernel.org>
scripts/lib/kdoc/kdoc_files.py