Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1613740ybh; Thu, 23 Jul 2020 13:24:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw4z2JzEri/yqIsVDGA2bCz8rzi2EJsiRCIlAt4u2DQ1oksTeL0hWqvzCwtrTe4J7puSJXB X-Received: by 2002:a17:906:a1cc:: with SMTP id bx12mr5762786ejb.461.1595535880996; Thu, 23 Jul 2020 13:24:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595535880; cv=none; d=google.com; s=arc-20160816; b=G3BCYWpP7W0Y29sT2deWDfiJPM1wDIicwVH3FrxdGGSXcRn4LaUL7ORRzx/R3ee6QO jdUN3uVBgUzV+Zz1iIAxnpz/4t9XY98rG6WANMrjFqUlQb+NnuUqDKj3HerlxvPZj5Gx at0kiF7WRRGNSHeQfazcnxqBTe/OM59ed3FCsBekP44mtNXy/yOoAIC/yo4VtwoTo7Fc /xXkqqRxukCWa3kPOqRALJyj0/qyEUfwo6WGl5+4Cuu13ALhkjVcWXaoiaubEG3v3Uyq 64MbIJ/q90hnnBXD5tiw2Oj+2/jUPNRfS6DYVFcY6vN1U+6JA877u3HQq7hHWLRDj53X x2QQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=YiRrU6kuMpxgj3Reet5Y8GeZsedXmKaJz73G5mqTQ4o=; b=Sw1yh6+Bp+CXc2IBBLpErWNfMeiyTrt0gZT8Au9X1miInW8KYdZMPkQzJlPeBCqNHO lBcudNxSZhtWTiOZNYYbtVSpqekWRcmemmuqdEUlWlnFmL2l1Rfo38H3fWEidBnzNKv/ NPQC9Y6JO23iEWzOeFAi5cbwphDnALkR8dbGwO5ZdZ/R9Pj+Hn0uNjVRqnm+EjfFlHxR HuPpUjUQXN1PkoCUW8CQwsVLCZFrwkXxLAnM9NivXOUumZSHi6Em0l09TaOGd3byqo0A VyhtGo4lGJIbg+KDPPhKB3X689uh5Y++lXeOFw9B4yQZL/Tz41CSw+Z7csrFau/JjtAk 9Kcg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id qk16si233454ejb.532.2020.07.23.13.24.18; Thu, 23 Jul 2020 13:24:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727837AbgGWUVw (ORCPT + 99 others); Thu, 23 Jul 2020 16:21:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725979AbgGWUVw (ORCPT ); Thu, 23 Jul 2020 16:21:52 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B30FC0619DC; Thu, 23 Jul 2020 13:21:52 -0700 (PDT) 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 124272CD; Thu, 23 Jul 2020 20:21:52 +0000 (UTC) Date: Thu, 23 Jul 2020 14:21:51 -0600 From: Jonathan Corbet To: "Daniel W. S. Almeida" Cc: mchehab@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: admin-guide/mm/index: Fix reference to nonexistent document Message-ID: <20200723142151.7c43017f@lwn.net> In-Reply-To: <20200718165107.625847-1-dwlsalmeida@gmail.com> References: <20200718165107.625847-1-dwlsalmeida@gmail.com> 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 Sat, 18 Jul 2020 13:50:55 -0300 "Daniel W. S. Almeida" wrote: > From: Daniel W. S. Almeida > > Fix the following warning: > > WARNING: toctree contains reference to nonexistent document > 'admin-guide/mm/nommu-map' > > This was due to a typo. > > Signed-off-by: Daniel W. S. Almeida > --- > Documentation/admin-guide/mm/index.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. jon