From: Sameer Rahmani Date: Tue, 25 Feb 2020 22:21:25 +0000 (+0000) Subject: Documentation: kobject.txt has been moved to core-api/kobject.rst X-Git-Tag: v5.7-rc1~200^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fed00dcaca8;p=thirdparty%2Fkernel%2Flinux.git Documentation: kobject.txt has been moved to core-api/kobject.rst Moved the `kobject.txt` to `core-api/kobject.rst` and updated the `core-api` index to point to it. Signed-off-by: Sameer Rahmani [jc: moved it down from the top of core-api/index.rst] Link: https://lore.kernel.org/r/20200225222125.61874-2-lxsameer@gnu.org Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst index a501dc1c90d05..d02b269179316 100644 --- a/Documentation/core-api/index.rst +++ b/Documentation/core-api/index.rst @@ -12,6 +12,7 @@ Core utilities :maxdepth: 1 kernel-api + kobject assoc_array atomic_ops cachetlb diff --git a/Documentation/kobject.txt b/Documentation/core-api/kobject.rst similarity index 100% rename from Documentation/kobject.txt rename to Documentation/core-api/kobject.rst