scripts:kdoc_files.py: use glob for export_file seek
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 15 Apr 2025 03:12:50 +0000 (11:12 +0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 21 Apr 2025 16:39:17 +0000 (10:39 -0600)
commit47c2d4168b2d197877356c58300ae98765a59b2e
tree477072a7e2c53748f29270477480fce796458011
parentf9cdbc5781f2c2bf374d21d91b139ae5a2f62093
scripts:kdoc_files.py: use glob for export_file seek

As filenames are expanded using kernel-doc glob, just in case,
use it also when checking for exported symbols.

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