From patchwork Mon Jan 13 09:26:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 13937000 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5B9AAE7719F for ; Mon, 13 Jan 2025 09:26:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D200610E5DE; Mon, 13 Jan 2025 09:26:25 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="b3Mir3fs"; dkim-atps=neutral Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0AC5410E5DE for ; Mon, 13 Jan 2025 09:26:25 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 030C1A40CFB; Mon, 13 Jan 2025 09:24:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8FDEAC4CEE1; Mon, 13 Jan 2025 09:26:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736760383; bh=rKYRxwVH9G5tQwnPWN7e8BfY/H/rOa2mgN6RvB1yR3Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=b3Mir3fsZqeqgviEiyMCwErgpkWgzeXc0Qiw+jwgoU5IukW5Q7AzAXU+D+kY1L2Z9 yTUcTDxk/+2l4guY0iBl7F8cjC3m0FTEvxAoPvcDTKwzSrK53fcgKoxVSw9SeD/c3r v+JDFBMr6jb4dXvxJSArgCyBa+VUUo3KNqADV/n8L3uEA0rlLMdrj8cPRG3Aen7z6i oHammgNfgMfhWE03QUae0HpB9UpuCkVs+h41ifzOevQlsuRVOLnNWgGG3JUPfOjckx FYKpxgBdRf5Wdjr1YOybIiSnzEkM2cxoRcf8UEo7v4UO0cBvRCR7mO4ELrqY7gWgVG idu+OhOXGRxnw== From: Maxime Ripard To: Jonathan Corbet , Tejun Heo , Johannes Weiner , =?utf-8?q?Michal_Koutn=C3=BD?= , Simona Vetter , David Airlie Cc: Maarten Lankhorst , Thomas Zimmermann , Maxime Ripard , dri-devel@lists.freedesktop.org, linux-doc@vger.kernel.org, cgroups@vger.kernel.org, Stephen Rothwell Subject: [PATCH 4/4] doc/cgroup: Fix title underline length Date: Mon, 13 Jan 2025 10:26:08 +0100 Message-ID: <20250113092608.1349287-4-mripard@kernel.org> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20250113092608.1349287-1-mripard@kernel.org> References: <20250113092608.1349287-1-mripard@kernel.org> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Commit Commit b168ed458dde ("kernel/cgroup: Add "dmem" memory accounting cgroup") introduced a new documentation file, with a shorter than expected underline. This results in a documentation build warning. Fix that underline length. Fixes: b168ed458dde ("kernel/cgroup: Add "dmem" memory accounting cgroup") Reported-by: Stephen Rothwell Closes: https://lore.kernel.org/r/20250113154611.624256bf@canb.auug.org.au/ Signed-off-by: Maxime Ripard Reviewed-by: Simona Vetter --- Documentation/core-api/cgroup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/core-api/cgroup.rst b/Documentation/core-api/cgroup.rst index 8696e9513f51..734ea21e1e17 100644 --- a/Documentation/core-api/cgroup.rst +++ b/Documentation/core-api/cgroup.rst @@ -1,9 +1,9 @@ ================== Cgroup Kernel APIs ================== Device Memory Cgroup API (dmemcg) -========================= +================================= .. kernel-doc:: kernel/cgroup/dmem.c :export: