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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 6E026C4360C for ; Thu, 10 Oct 2019 17:28:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4CDFE21D71 for ; Thu, 10 Oct 2019 17:28:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ckVKTZKL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4CDFE21D71 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lwn.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zdXNBEYX62686xOsWldCQvwi5EU+Pz9TodfiO/I0Z/w=; b=ckVKTZKLhy0jjB WyeJaY5RvwKihUbnZo9qqM7MIf6y/j/48XuZLYqCxMqYii1ENRH0doqwlgEjdYunkR1VJnN7HeR6a VQ3c/NiNf9Ddywt+IwgQi9/DJIEy/gL0stz2vBOQWlNEi0FVbgZDY6sGZts297r3bbf2rE56yImwX 2oJUf0PLsuNvfIZdR/4ytC7lCVz4H7mrkIm/wE8g+GMvtOJ2cEA9afG3K2ddV5B0oJexYBdCMW5aB p13gh2YDcbt3j7UhymJcRZjZZXPlZsr+v39cAuEyh7yuioZu6fUA1zNlhRAouTAwW24zvNOrDB2GU uknylRY8rG5sZNBu4yfA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iIcEt-000494-BB; Thu, 10 Oct 2019 17:28:35 +0000 Received: from ms.lwn.net ([45.79.88.28]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iIcEr-00048d-68 for linux-riscv@lists.infradead.org; Thu, 10 Oct 2019 17:28:34 +0000 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 7CBEE2BD; Thu, 10 Oct 2019 17:28:31 +0000 (UTC) Date: Thu, 10 Oct 2019 11:28:30 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Subject: Re: [PATCH 1/3] docs: fix some broken references Message-ID: <20191010112830.11ce7007@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191010_102833_230608_2B04A561 X-CRM114-Status: UNSURE ( 7.97 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Linux Doc Mailing List , James Hogan , Linus Walleij , Palmer Dabbelt , linux-mips@vger.kernel.org, Albert Ou , linux-riscv@lists.infradead.org, Thomas Gleixner , linux-cifs@vger.kernel.org, Leon Romanovsky , Bartosz Golaszewski , linux-rdma@vger.kernel.org, Daniel Lezcano , Saeed Mahameed , Guenter Roeck , devicetree@vger.kernel.org, Jean Delvare , Mauro Carvalho Chehab , linux-gpio@vger.kernel.org, Rob Herring , Paul Walmsley , Pensando Drivers , linux-hwmon@vger.kernel.org, netdev@vger.kernel.org, samba-technical@lists.samba.org, linux-kernel@vger.kernel.org, Ralf Baechle , Steve French , Paul Burton , Shannon Nelson , "David S. Miller" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+infradead-linux-riscv=archiver.kernel.org@lists.infradead.org On Tue, 24 Sep 2019 10:01:28 -0300 Mauro Carvalho Chehab wrote: > There are a number of documentation files that got moved or > renamed. update their references. > > Signed-off-by: Mauro Carvalho Chehab I've applied this set, thanks. jon _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv