diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2022-05-30 18:01:39 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2022-06-05 06:20:57 +0900 |
commit | a89227d769845eb9e9ab113f9f83df34d3c91db5 (patch) | |
tree | f79b8703cafdef2814dd21f5eddf7bb9616ddec5 /scripts/kconfig | |
parent | 8c9ce89c5b63028dd3be43807f10b009cd2c6e51 (diff) | |
download | linux-a89227d769845eb9e9ab113f9f83df34d3c91db5.tar.bz2 |
modpost: use fnmatch() to simplify match()
Replace the own implementation for wildcard (glob) matching with
a function call to fnmatch().
Also, change the return type to 'bool'.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig')
0 files changed, 0 insertions, 0 deletions