Re: [PATCH v9 10/27] x86/resctrl: Add 'resctrl' to the title of the resctrl documentation

From: Fenghua Yu
Date: Thu May 01 2025 - 17:17:33 EST



On 4/25/25 10:37, James Morse wrote:
The resctrl documentation is titled "User Interface for Resource Control
feature".

Once the documentation follows the code in a move to the filesystem, this
appears in the list of filesystems, but doesn't contain the name of the
filesystem, making it hard to find.

Add 'resctrl' to the title.

Suggeted-by: Reinette Chatre <reinette.chartre@xxxxxxxxx>
s/Suggeted-by/Suggested-by/
Signed-off-by: James Morse <james.morse@xxxxxxx>

Reviewed-by: Fenghua Yu <fenghuay@xxxxxxxxxx>

---
Changes since v8:
* This patch is new.
---
Documentation/arch/x86/resctrl.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/arch/x86/resctrl.rst b/Documentation/arch/x86/resctrl.rst
index 6768fc1fad16..c7949dd44f2f 100644
--- a/Documentation/arch/x86/resctrl.rst
+++ b/Documentation/arch/x86/resctrl.rst
@@ -1,9 +1,9 @@
.. SPDX-License-Identifier: GPL-2.0
.. include:: <isonum.txt>
-===========================================
-User Interface for Resource Control feature
-===========================================
+=====================================================
+User Interface for Resource Control feature (resctrl)
+=====================================================
:Copyright: |copy| 2016 Intel Corporation
:Authors: - Fenghua Yu <fenghua.yu@xxxxxxxxx>

Thanks.

-Fenghua