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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 BEA70C31E4B for ; Fri, 14 Jun 2019 17:02:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 97A7B2183F for ; Fri, 14 Jun 2019 17:02:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726096AbfFNRCm (ORCPT ); Fri, 14 Jun 2019 13:02:42 -0400 Received: from ms.lwn.net ([45.79.88.28]:53200 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725814AbfFNRCl (ORCPT ); Fri, 14 Jun 2019 13:02:41 -0400 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 38613128A; Fri, 14 Jun 2019 17:02:41 +0000 (UTC) Date: Fri, 14 Jun 2019 11:02:40 -0600 From: Jonathan Corbet To: Thomas Gleixner Cc: LKML Subject: Re: Documentation: Remove duplicate x86 index entry Message-ID: <20190614110240.4a69fd6e@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 14 Jun 2019 09:02:49 +0200 (CEST) Thomas Gleixner wrote: > x86 got added twice to the index via the RST conversion and the MDS > documentation changes. Remove one instance. > > Signed-off-by: Thomas Gleixner > --- > Documentation/index.rst | 1 - > 1 file changed, 1 deletion(-) > > --- a/Documentation/index.rst > +++ b/Documentation/index.rst > @@ -112,7 +112,6 @@ implementation. > .. toctree:: > :maxdepth: 2 > > - x86/index > sh/index > x86/index If one is good, two must be better, right? :) Applied, thanks. jon