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 90A2AC433F5 for ; Thu, 30 Sep 2021 14:41:47 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 47FCA61555 for ; Thu, 30 Sep 2021 14:41:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 47FCA61555 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 E45559400B4; Thu, 30 Sep 2021 10:41:46 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id DF57594003A; Thu, 30 Sep 2021 10:41:46 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id CE60D9400B4; Thu, 30 Sep 2021 10:41:46 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0070.hostedemail.com [216.40.44.70]) by kanga.kvack.org (Postfix) with ESMTP id BE43194003A for ; Thu, 30 Sep 2021 10:41:46 -0400 (EDT) Received: from smtpin18.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id 841E7183F68AB for ; Thu, 30 Sep 2021 14:41:46 +0000 (UTC) X-FDA: 78644503812.18.F48B40F Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by imf11.hostedemail.com (Postfix) with ESMTP id 46CC9F00022E for ; Thu, 30 Sep 2021 14:41:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633012905; 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=jOT9o10xs5X1p9t8aULIT0tiwgqBDVACKkSKZKnsIgWl4MEdeJ9MkQKBd/fbLnjQs13ZuA jq+wReNK2sT6hWka8lB+vjB8p98GLe3tgEK7136Mco4mH4Zde25096ELfyiB0a0uLpQp2K PG6vy/GhhXy+DHQKQxvjG4z5WbAGizA= 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-170-smQ_FliiOb2-9HcSse2r-w-1; Thu, 30 Sep 2021 10:41:42 -0400 X-MC-Unique: smQ_FliiOb2-9HcSse2r-w-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5208F835DE0; Thu, 30 Sep 2021 14:41:41 +0000 (UTC) Received: from t480s.redhat.com (unknown [10.39.194.155]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0F8535F4E0; Thu, 30 Sep 2021 14:41:38 +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 v1 2/3] memory-hotplug.rst: fix wrong /sys/module/memory_hotplug/parameters/ path Date: Thu, 30 Sep 2021 16:41:16 +0200 Message-Id: <20210930144117.23641-3-david@redhat.com> In-Reply-To: <20210930144117.23641-1-david@redhat.com> References: <20210930144117.23641-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Rspamd-Server: rspam03 X-Rspamd-Queue-Id: 46CC9F00022E X-Stat-Signature: r7guao7tsya3g5o5etm5km1bxgzsfqq9 Authentication-Results: imf11.hostedemail.com; dkim=pass header.d=redhat.com header.s=mimecast20190719 header.b=jOT9o10x; dmarc=pass (policy=none) header.from=redhat.com; spf=none (imf11.hostedemail.com: domain of david@redhat.com has no SPF policy when checking 170.10.133.124) smtp.mailfrom=david@redhat.com X-HE-Tag: 1633012906-956652 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