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=-10.1 required=3.0 tests=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 87948C4724C for ; Thu, 30 Apr 2020 16:19:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 67BF0208C3 for ; Thu, 30 Apr 2020 16:19:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588263583; bh=nUL4Ljjaa2gr/jys+Y/d89y09io9uYH337lahjpWfnI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=rA2TFqMda646QEgPK/DnkJ6PKDr8TwcSAmwEkoo7UEFp5odOjYrLpfKoU81cSQl8k rUITpUJJxAQAgVZymgg3NbSQfYchezRfzoJoODNGiYOi9mCYwWdNLqC2TCO86FhTBk wsCyyEjnxF6CR0PfeV/K5Jknz9YpxpsDRKQYvD0M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728398AbgD3QTm (ORCPT ); Thu, 30 Apr 2020 12:19:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:58760 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726783AbgD3QSj (ORCPT ); Thu, 30 Apr 2020 12:18:39 -0400 Received: from mail.kernel.org (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (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 32E482496D; Thu, 30 Apr 2020 16:18:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588263518; bh=nUL4Ljjaa2gr/jys+Y/d89y09io9uYH337lahjpWfnI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=LvYYNu5T88QVNpjYQsjYaiBgaGNcR5+61osROpCPVmjAhuTjzAtT69rLDYzkD+v0E 8rH6QUK/QfQFDeTkZum2waH96qSmS8zYdG5EpXjsTlRxVWTUCtGismVm7JC+tZuGwX SJatjSv8uYaPA9CdateJV4+BEjgbp1LuVtA6f/O4= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1jUBtU-00Axi6-F1; Thu, 30 Apr 2020 18:18:36 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH v4 19/19] docs: misc-devices: add uacce to the index.rst Date: Thu, 30 Apr 2020 18:18:33 +0200 Message-Id: X-Mailer: git-send-email 2.25.4 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a ReST file already. It just needs to be inside the building system in order to be part of the documentation body. Signed-off-by: Mauro Carvalho Chehab --- Documentation/misc-devices/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/misc-devices/index.rst b/Documentation/misc-devices/index.rst index a31c2ab8151f..46072ce3d7ef 100644 --- a/Documentation/misc-devices/index.rst +++ b/Documentation/misc-devices/index.rst @@ -27,4 +27,5 @@ fit into other categories. mic/index pci-endpoint-test spear-pcie-gadget + uacce xilinx_sdfec -- 2.25.4