From patchwork Thu Oct 3 19:09:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Corbet X-Patchwork-Id: 175196 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp748856ill; Thu, 3 Oct 2019 12:09:40 -0700 (PDT) X-Google-Smtp-Source: APXvYqwkSFN4nniVzNm7YjKi3P/VIHg2gzflGQlpWJg7ncx9IVYwPXjngpc/EipRiaK7hUZAh54i X-Received: by 2002:a50:c351:: with SMTP id q17mr11134164edb.123.1570129780271; Thu, 03 Oct 2019 12:09:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570129780; cv=none; d=google.com; s=arc-20160816; b=0gP2EnpQWtkuGmllAA/pnkBdDre/tOpd4/iqc28GzZ+KOWa7vwj9ExlTKHNk0enAEa SEHxa4Q61N3FVVvDQhqqniZ933L2+BVxBtk7FaNtGXDsezgTO1lUncIy8J+lH+sqEMX5 6aq/rK00E1eAkpp8sA1dnl0KnsGje3HlWo2x5oamaX08QU+DCWj8erXGs37q/p660pgW dVX+evfl0yGzIfakWKXv1NoowV1Pp+3WIIBcBWX4YHB3lN8hBVUmPRcL53KOMAao6F/Y xVteOqfnAa0+O/VxTMgGHpewRYlEp0Tz8V2QAuNbK29t5uWLto4ObPe7U0n5yywSFpc2 aC6Q== 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=Kx0REyFfxCxtdvrW7ND3JAwXKuKw7O5AL13SfBJK99w=; b=DU4oAifenP3S2AcWmDk3CKX/rJv8CSx1OM0ph15VgMzK5DNaVrAExudUK+5op/Ok0Y ltd7fW3mWV/+GyG/zsPzhivde+8MkO50pEGOk5cZh1Q0C1s4rSndzPK0xD5yJCnhd1Lv 6n9In2Z7PKifD8xTx/Avdw8uAfUpagFlW27bU3ICr6gBBpGZEg0vkgojK1rm0eJuwnR3 tZsqCVbccHrKwQwBOY6UQKizBNJ2g1WqqFcBJ0J4JZmTFyHymRfc3q/ztH1IrIQU6btq geeAj+ElAxC8pLTHmFODH5pRVAkWX8dBzo/aqCqPcfMk0orJI0YvKjNxkCJFF9Yu4xEZ e38A== 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.39; Thu, 03 Oct 2019 12:09:40 -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 S2387592AbfJCTJj (ORCPT + 27 others); Thu, 3 Oct 2019 15:09:39 -0400 Received: from ms.lwn.net ([45.79.88.28]:33710 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732733AbfJCTJb (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 5A7077C0; 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 1/2] docs: move botching-up-ioctls.rst to the process guide Date: Thu, 3 Oct 2019 13:09:20 -0600 Message-Id: <20191003190921.5141-2-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 overall information for kernel developers, and not part of the user-space API. Cc: Daniel Vetter Signed-off-by: Jonathan Corbet --- 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%) -- 2.21.0 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