From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 891DCC433E7 for ; Tue, 13 Oct 2020 12:15:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 430852224A for ; Tue, 13 Oct 2020 12:15:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602591316; bh=rdpIjUCn8I2jWacOW9CCQKWVEkvFnGocny38ubnytOA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=zdG+FB1o44Zghy4KkT68XQzUTCCDVe0jdSDScPKXvfpl/5XouO8/N3kMYvh3WOXI6 HDBw8xNRT/3IbfmJoJUAenH4Z5MFm/olXNQykFL/Sud39FRcZyH4CpcH9SoHvxR8df mWZIpAPfZ/xQg4b65WkC5ZNFLwnC1Jlj5D2X6ml0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727383AbgJMMPP (ORCPT ); Tue, 13 Oct 2020 08:15:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:41272 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726981AbgJMMO5 (ORCPT ); Tue, 13 Oct 2020 08:14:57 -0400 Received: from mail.kernel.org (ip5f5ad5b2.dynamic.kabel-deutschland.de [95.90.213.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2538222269; Tue, 13 Oct 2020 12:14:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602591295; bh=rdpIjUCn8I2jWacOW9CCQKWVEkvFnGocny38ubnytOA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PwjrD2tdqXVBrsMVG/CCCyp9wGbqEWHHqnpO2vU2tM7oCPO0RnjXgHuNjS46ytfBV YbpLDi+SSFl0gveei1tnhVTXN7cJOVOjAvoBwJ5HPwZEJbaSyOxsEcAGPPeJ2Nz0v1 TKCB4c6G7LPGZsnLvZgsLhM2j73+L8ftouhr9+B8= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kSJCf-006CoU-5d; Tue, 13 Oct 2020 14:14:53 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Eric Auger , Jacob Pan , Joerg Roedel , Liu Yi L , linux-kernel@vger.kernel.org Subject: [PATCH v2 18/24] docs: userspace-api: add iommu.rst to the index file Date: Tue, 13 Oct 2020 14:14:45 +0200 Message-Id: <77dfc61e06fd00b3798623d80fa89fe558e06638.1602590106.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There's a new uAPI doc for IOMMU. Add it to the index file. Should address this warning: .../Documentation/userspace-api/iommu.rst: WARNING: document isn't included in any toctree Fixes: d0023e3ee28d ("docs: IOMMU user API") Signed-off-by: Mauro Carvalho Chehab --- Documentation/userspace-api/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index 69fc5167e648..acd2cc2a538d 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -22,6 +22,7 @@ place where this information is gathered. spec_ctrl accelerators/ocxl ioctl/index + iommu media/index .. only:: subproject and html -- 2.26.2