From nobody Sat Jul 25 04:21:26 2026 Received: from tbjjbihbhdcb.turbo-smtp.net (tbjjbihbhdcb.turbo-smtp.net [199.187.173.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B84703DE423 for ; Sat, 18 Jul 2026 16:56:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=199.187.173.21 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784393799; cv=none; b=c1j/XRUDJiGSb4D0xpUO+o8NPpO+fIiSCbq5KBHn65ntVJ9IzdmAvqk0JFDBdO/nM04iLxPNzOyRUPDautdadM3aR/ByyITQMH9xS/DnZmWoerDhSDQuS7zbbJroshr0gNEFTLS9tl2bVG8S9kZk4hTecyejKW6mecwpZcedcw4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784393799; c=relaxed/simple; bh=MolHESwn2IeR/FBN25HA/j1UYaLYlgKqZzc16tI9Lqc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=h9rzK1mNNQrQoQdV4PtytQritwI0WOqZNLaUOF4sJWoWUndK05JB+j7/c7h9DJl4s1L3gVZI8zeF48z3YkipBFQxZhKBTqABF+lniMxQzKMB1EhU5jqXOH78+f6HCmEep2gG946V3EruutnwiZ+xhBKLlVNbfx+gQ/wWA2fNUrw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yahyatoubali.me; spf=pass smtp.mailfrom=yahyatoubali.me; dkim=pass (1024-bit key) header.d=yahyatoubali.me header.i=@yahyatoubali.me header.b=D+qxskkG; arc=none smtp.client-ip=199.187.173.21 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yahyatoubali.me Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yahyatoubali.me Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yahyatoubali.me header.i=@yahyatoubali.me header.b="D+qxskkG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahyatoubali.me; s=turbo-smtp; x=1784998597; h=Received: Received:From:To:Cc:Subject:Date:Message-ID:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding:Feedback-Id; bh=+VO4Q4LecmD2tihX70KIBFMSfRojfHXpihLnDpoElzM=; b=D+qxskkGBDx35 riZRPZE+SXxKr3WBZHRcTJ0QRkangmGiMh7KWHMle9enipUrik6DlhjOTmGjBw7O Qqlc8Z4UnbYj1oBgZAS7drDhpHQ/Y3H8xwM1Uw6SbLCr6WOS7nwEZHUpxJXeDpJv zTmmG6+dJxb4RJVH1528KCicYus2I8= Received: (qmail 2894019 invoked from network); 18 Jul 2026 16:56:35 -0000 Received: from 197.145.178.94 by turbo-smtp.com with SMTP; 18 Jul 2026 16:56:34 -0000 X-TurboSMTP-Tracking: 64-018cfb16-00001e63be832602e007-007-32880ca5 From: Yahya Toubali To: Tejun Heo , Johannes Weiner , =?UTF-8?q?Michal=20Koutn=C3=BD?= , Jonathan Corbet , Shuah Khan , cgroups@vger.kernel.org (open list:CONTROL GROUP (CGROUP)), linux-doc@vger.kernel.org (open list:DOCUMENTATION), linux-kernel@vger.kernel.org (open list) Cc: Weijie Yuan , Randy Dunlap , Yahya Toubali Subject: [PATCH v3] Documentation: admin-guide: fix trailing whitespace in cgroup-v2.rst Date: Sat, 18 Jul 2026 17:56:14 +0100 Message-ID: <20260718165614.1923568-1-yahya@yahyatoubali.me> X-Mailer: git-send-email 2.55.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Feedback-Id: 26016534 Content-Type: text/plain; charset="utf-8" Remove trailing whitespace flagged by checkpatch.pl in the cgroup memory and writeback sections. Signed-off-by: Yahya Toubali --- Documentation/admin-guide/cgroup-v2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-= guide/cgroup-v2.rst index 14b8c571c0d1..481658cfef40 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -1332,7 +1332,7 @@ PAGE_SIZE multiple when read back. cgroup is within its effective low boundary, the cgroup's memory won't be reclaimed unless there is no reclaimable memory available in unprotected cgroups. - Above the effective low boundary (or=20 + Above the effective low boundary (or effective min boundary if it is higher), pages are reclaimed proportionally to the overage, reducing reclaim pressure for smaller overages. @@ -2194,7 +2194,7 @@ of the two is enforced. =20 cgroup writeback requires explicit support from the underlying filesystem. Currently, cgroup writeback is implemented on ext2, ext4, -btrfs, f2fs, and xfs. On other filesystems, all writeback IOs are=20 +btrfs, f2fs, and xfs. On other filesystems, all writeback IOs are attributed to the root cgroup. =20 There are inherent differences in memory and writeback management base-commit: 1229e2e57a5c2980ccd457b9b53ea0eed5a22ab3 prerequisite-patch-id: c8aee5eb39e3cd6f2b2f28c82163565665288d2a --=20 2.55.0