diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-10-03 12:58:42 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-10-10 11:21:48 -0600 |
commit | 5ecd0a06e6bb992c903f5d8a588b78852b9e80a5 (patch) | |
tree | 0337530c386de227a5d1b3aaf99dea2f58f34e69 | |
parent | 61d221b735e80819814dbff3f014b27a457d297b (diff) |
docs: move botching-up-ioctls.rst to the process guide
This is overall information for kernel developers, and not part of the
user-space API.
Cc: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/ioctl/index.rst | 1 | ||||
-rw-r--r-- | Documentation/process/botching-up-ioctls.rst (renamed from Documentation/ioctl/botching-up-ioctls.rst) | 0 | ||||
-rw-r--r-- | Documentation/process/index.rst | 1 |
3 files changed, 1 insertions, 1 deletions
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 index ac697fef3545..ac697fef3545 100644 --- a/Documentation/ioctl/botching-up-ioctls.rst +++ b/Documentation/process/botching-up-ioctls.rst diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst index e2fb0c9652ac..21aa7d5358e6 100644 --- a/Documentation/process/index.rst +++ b/Documentation/process/index.rst @@ -58,6 +58,7 @@ lack of a better place. adding-syscalls magic-number volatile-considered-harmful + botching-up-ioctls clang-format .. only:: subproject and html |