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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D0B3C433EF for ; Mon, 11 Oct 2021 08:21:19 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id CB1C7600CD for ; Mon, 11 Oct 2021 08:21:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org CB1C7600CD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id 612C780007; Mon, 11 Oct 2021 04:21:18 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 5C2376B0074; Mon, 11 Oct 2021 04:21:18 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 489B180007; Mon, 11 Oct 2021 04:21:18 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0107.hostedemail.com [216.40.44.107]) by kanga.kvack.org (Postfix) with ESMTP id 359E76B0073 for ; Mon, 11 Oct 2021 04:21:18 -0400 (EDT) Received: from smtpin33.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id EA0F629227 for ; Mon, 11 Oct 2021 08:21:17 +0000 (UTC) X-FDA: 78683461794.33.4F981AB Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by imf20.hostedemail.com (Postfix) with ESMTP id 99D64D00490D for ; Mon, 11 Oct 2021 08:21:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633940477; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iUT00SFFMSyhOoEnBK2kV8REPmBQWV8bxInejpzsCM8=; b=MwrtSTaS966jaRQcuG7BmIt4bO6igPO+3+A0V+WBghRKWlwoEv6OG9QTrytLsr0iWUHhvs kl1mr4qQ9jnnEpgcCZRrAmoagrNOdkHj3K8syh87iMt7glgNqqxj4XNvDyi14TFFOK05+d VDPWQihgH14/p6LNFwXzu1AAKsPtJTg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-3-I-rhEkf_MhatSmPAKr0lJQ-1; Mon, 11 Oct 2021 04:21:14 -0400 X-MC-Unique: I-rhEkf_MhatSmPAKr0lJQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 83E3C801A93; Mon, 11 Oct 2021 08:21:12 +0000 (UTC) Received: from t480s.redhat.com (unknown [10.39.192.99]) by smtp.corp.redhat.com (Postfix) with ESMTP id E6B095C232; Mon, 11 Oct 2021 08:21:07 +0000 (UTC) From: David Hildenbrand To: linux-kernel@vger.kernel.org Cc: David Hildenbrand , Andrew Morton , Jonathan Corbet , Michal Hocko , Oscar Salvador , Mike Rapoport , linux-doc@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH v2 2/3] memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path Date: Mon, 11 Oct 2021 10:20:57 +0200 Message-Id: <20211011082058.6076-3-david@redhat.com> In-Reply-To: <20211011082058.6076-1-david@redhat.com> References: <20211011082058.6076-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: imf20.hostedemail.com; dkim=pass header.d=redhat.com header.s=mimecast20190719 header.b=MwrtSTaS; spf=none (imf20.hostedemail.com: domain of david@redhat.com has no SPF policy when checking 170.10.129.124) smtp.mailfrom=david@redhat.com; dmarc=pass (policy=none) header.from=redhat.com X-Rspamd-Server: rspam04 X-Rspamd-Queue-Id: 99D64D00490D X-Stat-Signature: tamxatt63torrc6hdbne5u4xhqanpm3x X-HE-Tag: 1633940477-162692 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: We accidentially added a superfluous "s". Fixes: ac3332c44767 ("memory-hotplug.rst: complete admin-guide overhaul") Signed-off-by: David Hildenbrand --- Documentation/admin-guide/mm/memory-hotplug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/mm/memory-hotplug.rst b/Documentat= ion/admin-guide/mm/memory-hotplug.rst index 27d748cb6ee0..ee00b70dedde 100644 --- a/Documentation/admin-guide/mm/memory-hotplug.rst +++ b/Documentation/admin-guide/mm/memory-hotplug.rst @@ -410,7 +410,7 @@ them with ``memory_hotplug.`` such as:: =20 and they can be observed (and some even modified at runtime) via:: =20 - /sys/modules/memory_hotplug/parameters/ + /sys/module/memory_hotplug/parameters/ =20 The following module parameters are currently defined: =20 --=20 2.31.1