[PATCH 1/2] docs: move botching-up-ioctls.rst to the process guide

From: Jonathan Corbet
Date: Thu Oct 03 2019 - 15:09:40 EST


This is overall information for kernel developers, and not part of the
user-space API.

Cc: Daniel Vetter <daniel@xxxxxxxx>
Signed-off-by: Jonathan Corbet <corbet@xxxxxxx>
---
Documentation/ioctl/index.rst | 1 -
Documentation/{ioctl => process}/botching-up-ioctls.rst | 0
Documentation/process/index.rst | 1 +
3 files changed, 1 insertion(+), 1 deletion(-)
rename Documentation/{ioctl => process}/botching-up-ioctls.rst (100%)

diff --git a/Documentation/ioctl/index.rst b/Documentation/ioctl/index.rst
index 0f0a857f6615..475675eae086 100644
--- a/Documentation/ioctl/index.rst
+++ b/Documentation/ioctl/index.rst
@@ -9,7 +9,6 @@ IOCTLs

ioctl-number

- botching-up-ioctls
ioctl-decoding

cdrom
diff --git a/Documentation/ioctl/botching-up-ioctls.rst b/Documentation/process/botching-up-ioctls.rst
similarity index 100%
rename from Documentation/ioctl/botching-up-ioctls.rst
rename to Documentation/process/botching-up-ioctls.rst
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst
index e2c9ffc682c5..e2c2cdaa93fa 100644
--- a/Documentation/process/index.rst
+++ b/Documentation/process/index.rst
@@ -57,6 +57,7 @@ lack of a better place.
adding-syscalls
magic-number
volatile-considered-harmful
+ botching-up-ioctls
clang-format

.. only:: subproject and html
--
2.21.0