From patchwork Thu Oct 3 19:09:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 175194 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp748714ill; Thu, 3 Oct 2019 12:09:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqxQ+xO+yMWnLQTJpCZTlLqG6Mta35sbDHaicALbZvf+kUNlqNn6LWsMDUtMBp2qXqw++CCP X-Received: by 2002:a05:6402:2d8:: with SMTP id b24mr11174242edx.222.1570129772970; Thu, 03 Oct 2019 12:09:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570129772; cv=none; d=google.com; s=arc-20160816; b=r+PNFAvGR2kRLGWeTYR/Rh37ym7QnP97SHnT3vGkNECkSLi00XrPx9uxf8NXtRr8KU Ucgv7dL3EQYBUisCBCD62EGS2yAtD67P46Xz8zIPURBpbro8I+0c0yqftQxaKTrTXpnU BPDBmrkCHU0I0ilA09DWwgsfViJg5TLnCq/OcUijV0S6l1r+JsE9OIVi3z6JLnBRsE+g DSxTNiAy7BL9phw0YKpu393I1iEItDw7WzlGV/ojepgwC/KMrYylMkqVs6iYRY7zzOLJ kRRHuKNP8VYJzO1DBNM/fg5PVJVlvFQMTb9l31M6P/t+CvWWRJ3aetQIyZw/9Q9DmqQ4 zM1A== 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 :message-id:date:subject:cc:to:from; bh=TL7k01yX6CCpyhpPx5Q+p5llkDW9h6JPFYVQywuncR8=; b=xjv3Dcv4+du+JnXZXlJ6mqvZybJucLmH0ZlHfHOcw8DlY5S7uynaWvqn6+NJH7zaLO mlkKMpxujf55RANBFLM7psQZdzsb07KD6TetwFL877ZRkdCRT/vtsLtem5gpi4w4DjO3 Xb+4iXZCI326MjQAVCi4zWiz7biOYFK+NEs6I4quRBBbO0/i2L86UZ8sB4Lj4Rl6gZAg KTNU+7MILnCk7GqMi5/JbwqA6ruwVvsE+B0nZLDBU76hYnQjsqjbYal5AtYS8bwe6Ix+ VZUIPHcqXGzxXmpk63AZu4WKUsVQ1uAuCQ7L/OtFjJbivqH+KhxdFoUhfsRlFUqjYLs5 A7zg== 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.32; Thu, 03 Oct 2019 12:09:32 -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 S1733312AbfJCTJb (ORCPT + 27 others); Thu, 3 Oct 2019 15:09:31 -0400 Received: from ms.lwn.net ([45.79.88.28]:33704 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729264AbfJCTJa (ORCPT ); Thu, 3 Oct 2019 15:09:30 -0400 Received: from meer.lwn.net (localhost [127.0.0.1]) by ms.lwn.net (Postfix) with ESMTPA id 05CF7300; Thu, 3 Oct 2019 19:09:29 +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 0/2] docs: move the ioctl() documentation out of the top level Date: Thu, 3 Oct 2019 13:09:19 -0600 Message-Id: <20191003190921.5141-1-corbet@lwn.net> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We have a handful of ioctl() documentation that doesn't really merit a top-level directory, especially when there are more suitable places for it. So: - Move botching-up-ioctls.rst to the process guide; it's aimed at kernel developers so should be where they will look. - Move the rest to the userspace-api book along with the rest of the user-space documentation. Jonathan Corbet (2): docs: move botching-up-ioctls.rst to the process guide docs: Move the user-space ioctl() docs to userspace-api Documentation/index.rst | 1 - Documentation/{ioctl => process}/botching-up-ioctls.rst | 0 Documentation/process/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 | 1 - Documentation/{ => userspace-api}/ioctl/ioctl-decoding.rst | 0 Documentation/{ => userspace-api}/ioctl/ioctl-number.rst | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/{ioctl => process}/botching-up-ioctls.rst (100%) rename Documentation/{ => userspace-api}/ioctl/cdrom.rst (100%) rename Documentation/{ => userspace-api}/ioctl/hdio.rst (100%) rename Documentation/{ => userspace-api}/ioctl/index.rst (86%) rename Documentation/{ => userspace-api}/ioctl/ioctl-decoding.rst (100%) rename Documentation/{ => userspace-api}/ioctl/ioctl-number.rst (100%) -- 2.21.0