diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-03-04 12:08:21 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-03-10 11:29:49 -0600 |
commit | b53366a979f74ecdd893aa237e329366e3f028f8 (patch) | |
tree | 6009b3969d23f2c9bc4020567a5e89f066a9b7d7 | |
parent | 7929b9836ed0d7c051eed9f223f0f815454c5210 (diff) | |
download | lwn-b53366a979f74ecdd893aa237e329366e3f028f8.tar.gz lwn-b53366a979f74ecdd893aa237e329366e3f028f8.zip |
MAINTAINERS: adjust to kobject doc ReST conversion
Commit 5fed00dcaca8 ("Documentation: kobject.txt has been moved to
core-api/kobject.rst") missed to adjust the entry in MAINTAINERS.
Since then, ./scripts/get_maintainer.pl --self-test complains:
warning: no file matches F: Documentation/kobject.txt
Adjust DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS entry in MAINTAINERS.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20200304110821.7243-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8c5712079412..5ddc491bea55 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5201,7 +5201,7 @@ M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> R: "Rafael J. Wysocki" <rafael@kernel.org> T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git S: Supported -F: Documentation/kobject.txt +F: Documentation/core-api/kobject.rst F: drivers/base/ F: fs/debugfs/ F: fs/sysfs/ |