From patchwork Thu Oct 3 19:09:21 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 175195 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp748789ill; Thu, 3 Oct 2019 12:09:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqwpnBHB280mUzzRhHDmy0FveNc/1TzJNBs4PCiJxOK8qi5JOrHV+HL0ERjLP9MRXcdOykfb X-Received: by 2002:a50:d758:: with SMTP id i24mr11091816edj.246.1570129776601; Thu, 03 Oct 2019 12:09:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570129776; cv=none; d=google.com; s=arc-20160816; b=UXOQ+SZPNu7rWjxoAeVg6CowxN4g/XFoFuVQVaqgvXihHLPcRtukFGMhwtHVqZwGNw i3/uXlwfiniVJHv3wBXzN8F9etxzx6o09qlehFrkuLGhRjyIdhf6X17Rdlmfv9PBpeP/ CBaTArJ/pKLtQpnz87JFH3PsJUU0AXSFjE/9D5BFP3fYWQZ5P4vrB2JhOZ/Xy7F4URV7 adyXkyS7Wjv0dVHGznyffAyYjjN9SU7nNXxrbVmpud3bjdfVIBkCMyzVMT/7Ci9ao/MJ fmt0FroeNBr4PVmASPEAnmIohnWlCsR0dBpLTPD19AnzyF+RoI5NJAYeajyyu0fbc0V8 JVOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Wxfwxn7nDVRqr5d76RHmpJ8OXixBb7BaCLD6DYOtNkk=; b=s1rrV19TERXqY1hGd2juaCYstmOp0wPDuNMgC2T+KgfUbzMY9FQRAiSPmjxL30jCUw lR5r2/ARwdJ/EBFUz8F4iTy/lOzrrkWG1zQKAFa3IwBYQJQm0jy3gG5dhuW5NnD6oDPW oR4AtR5kRAR549s92k/c6zLuOnkO6NEl0mfJKc+mFPG7n2jmOWPSnkd/pHMs1Pma0Jam TSuwy1KTSMJ66qp0NoJot3rHZk5ri/NWt4m39X/0/TJ6dgnYujG4V1U7LYpTgD1nfnPa NB/ZcB6zJhVdFC2/vxzK+Uu79x/3CDjMj+3Zfv4HR0KFM08sofDw/t5Ik6NGAUilk+RZ 7PVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h58si2112271eda.191.2019.10.03.12.09.35; Thu, 03 Oct 2019 12:09:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387497AbfJCTJf (ORCPT + 27 others); Thu, 3 Oct 2019 15:09:35 -0400 Received: from ms.lwn.net ([45.79.88.28]:33722 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729464AbfJCTJb (ORCPT ); Thu, 3 Oct 2019 15:09:31 -0400 Received: from meer.lwn.net (localhost [127.0.0.1]) by ms.lwn.net (Postfix) with ESMTPA id AF974740; Thu, 3 Oct 2019 19:09:30 +0000 (UTC) From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: Mauro Carvalho Chehab , Daniel Vetter , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH 2/2] docs: Move the user-space ioctl() docs to userspace-api Date: Thu, 3 Oct 2019 13:09:21 -0600 Message-Id: <20191003190921.5141-3-corbet@lwn.net> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191003190921.5141-1-corbet@lwn.net> References: <20191003190921.5141-1-corbet@lwn.net> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is strictly user-space material at this point, so put it with the other user-space API documentation. Signed-off-by: Jonathan Corbet --- Documentation/index.rst | 1 - Documentation/userspace-api/index.rst | 1 + Documentation/{ => userspace-api}/ioctl/cdrom.rst | 0 Documentation/{ => userspace-api}/ioctl/hdio.rst | 0 Documentation/{ => userspace-api}/ioctl/index.rst | 0 Documentation/{ => userspace-api}/ioctl/ioctl-decoding.rst | 0 Documentation/{ => userspace-api}/ioctl/ioctl-number.rst | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename Documentation/{ => userspace-api}/ioctl/cdrom.rst (100%) rename Documentation/{ => userspace-api}/ioctl/hdio.rst (100%) rename Documentation/{ => userspace-api}/ioctl/index.rst (100%) rename Documentation/{ => userspace-api}/ioctl/ioctl-decoding.rst (100%) rename Documentation/{ => userspace-api}/ioctl/ioctl-number.rst (100%) -- 2.21.0 diff --git a/Documentation/index.rst b/Documentation/index.rst index b843e313d2f2..dbf0951a0abe 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -57,7 +57,6 @@ the kernel interface as seen by application developers. :maxdepth: 2 userspace-api/index - ioctl/index Introduction to kernel development diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index ad494da40009..e983488b48b1 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -21,6 +21,7 @@ place where this information is gathered. unshare spec_ctrl accelerators/ocxl + ioctl/index .. only:: subproject and html diff --git a/Documentation/ioctl/cdrom.rst b/Documentation/userspace-api/ioctl/cdrom.rst similarity index 100% rename from Documentation/ioctl/cdrom.rst rename to Documentation/userspace-api/ioctl/cdrom.rst diff --git a/Documentation/ioctl/hdio.rst b/Documentation/userspace-api/ioctl/hdio.rst similarity index 100% rename from Documentation/ioctl/hdio.rst rename to Documentation/userspace-api/ioctl/hdio.rst diff --git a/Documentation/ioctl/index.rst b/Documentation/userspace-api/ioctl/index.rst similarity index 100% rename from Documentation/ioctl/index.rst rename to Documentation/userspace-api/ioctl/index.rst diff --git a/Documentation/ioctl/ioctl-decoding.rst b/Documentation/userspace-api/ioctl/ioctl-decoding.rst similarity index 100% rename from Documentation/ioctl/ioctl-decoding.rst rename to Documentation/userspace-api/ioctl/ioctl-decoding.rst diff --git a/Documentation/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst similarity index 100% rename from Documentation/ioctl/ioctl-number.rst rename to Documentation/userspace-api/ioctl/ioctl-number.rst