https://github.com/torvalds/linux
Revision a89227d769845eb9e9ab113f9f83df34d3c91db5 authored by Masahiro Yamada on 30 May 2022, 09:01:39 UTC, committed by Masahiro Yamada on 04 June 2022, 21:20:57 UTC
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>
1 parent 8c9ce89
History
Tip revision: a89227d769845eb9e9ab113f9f83df34d3c91db5 authored by Masahiro Yamada on 30 May 2022, 09:01:39 UTC
modpost: use fnmatch() to simplify match()
Tip revision: a89227d
File Mode Size
Documentation
LICENSES
arch
block
certs
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format -rw-r--r-- 16.6 KB
.cocciconfig -rw-r--r-- 59 bytes
.get_maintainer.ignore -rw-r--r-- 71 bytes
.gitattributes -rw-r--r-- 62 bytes
.gitignore -rw-r--r-- 1.9 KB
.mailmap -rw-r--r-- 22.5 KB
COPYING -rw-r--r-- 496 bytes
CREDITS -rw-r--r-- 98.9 KB
Kbuild -rw-r--r-- 1.3 KB
Kconfig -rw-r--r-- 555 bytes
MAINTAINERS -rw-r--r-- 647.3 KB
Makefile -rw-r--r-- 63.9 KB
README -rw-r--r-- 727 bytes

README

back to top