diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-11-30 14:40:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-07 18:45:31 +0100 |
commit | fb63de380c0fedc6a6db27ef5491e2ae45c4259a (patch) | |
tree | 80307981ab7fcae1b7fa23bf85c13d6f716399eb /MAINTAINERS | |
parent | misc: enclosure: Remove unnecessary error check (diff) | |
download | linux-fb63de380c0fedc6a6db27ef5491e2ae45c4259a.tar.xz linux-fb63de380c0fedc6a6db27ef5491e2ae45c4259a.zip |
MAINTAINERS: Remove bogus wildcards for CHAR and MISC DRIVERS
With the wildcards present, this entry does not cover subdirectories.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aa71ab52fd76..46850241234c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3399,8 +3399,8 @@ M: Arnd Bergmann <arnd@arndb.de> M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git S: Supported -F: drivers/char/* -F: drivers/misc/* +F: drivers/char/ +F: drivers/misc/ F: include/linux/miscdevice.h CHECKPATCH |