From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id B76057D90D for ; Mon, 5 Aug 2019 00:10:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726759AbfHEAKL (ORCPT ); Sun, 4 Aug 2019 20:10:11 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:46052 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726532AbfHEAKL (ORCPT ); Sun, 4 Aug 2019 20:10:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=rrSge+Ou39enQtggjfw97C05S0AT6/LDL4+Td7GzXqo=; b=rt+Cwu4aN9dj8FNJ9j8WimAWw /voDELMBcEZqVCTnt2wiJwQ64mtmAQJg8N0vJhM/dY3yDbuqKn+k9RJzYn74HbRzV5PH800Ft20zq Zy+twK1dRca2Gzk7CeXQUz6f1IpIx+eOJOs4knnmEetbE7du8Xx1CY6c43zdjIipL+sZHvLsggODA jyh3K/IBGAR3BMcC0ypc0gBrIoYpI3GOso5ufIuocnV2Fjv2MPHDVkXFqWfFSjgjSqsmqZpEJore1 U8f0o7WtMhhPY4BfuPGOedN7GMjkakTRfbjPQouq1fhSAC6TPpYc8Ho7OJrNyM+CyfJNk5rX8PRzc OspzJK32Q==; Received: from willy by bombadil.infradead.org with local (Exim 4.92 #3 (Red Hat Linux)) id 1huQZf-00055K-CZ; Mon, 05 Aug 2019 00:10:03 +0000 Date: Sun, 4 Aug 2019 17:10:03 -0700 From: Matthew Wilcox To: Sheriff Esseson Cc: skhan@linuxfoundation.org, linux-kernel-mentees@lists.linuxfoundation.org, Jonathan Corbet , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , "open list:DOCUMENTATION" , open list , "open list:RISC-V ARCHITECTURE" , "open list:BPF (Safe dynamic programs and tools)" , "open list:BPF (Safe dynamic programs and tools)" Subject: Re: [PATCH] Documentation: virt: Fix broken reference to virt tree's index Message-ID: <20190805001003.GA30179@bombadil.infradead.org> References: <20190804154635.GA18475@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190804154635.GA18475@localhost> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Sun, Aug 04, 2019 at 04:46:35PM +0100, Sheriff Esseson wrote: > Fix broken reference to virt/index.rst. > > Sequel to: 2f5947dfcaec ("Documentation: move Documentation/virtual to > Documentation/virt") 'Sequel to'? Do you mean 'Fixes'? > Reported-by: Sphinx Reported-by is used for people. See Documentation/process/submitting-patches.rst section 13.