[tip: x86/cache] x86/resctrl: Add 'resctrl' to the title of the resctrl documentation

From: tip-bot2 for James Morse
Date: Sat May 17 2025 - 06:04:53 EST


The following commit has been merged into the x86/cache branch of tip:

Commit-ID: 003e86077143ebeaa5299fb2bc907ae3b6650028
Gitweb: https://git.kernel.org/tip/003e86077143ebeaa5299fb2bc907ae3b6650028
Author: James Morse <james.morse@xxxxxxx>
AuthorDate: Thu, 15 May 2025 16:58:44
Committer: Borislav Petkov (AMD) <bp@xxxxxxxxx>
CommitterDate: Fri, 16 May 2025 10:53:45 +02:00

x86/resctrl: Add 'resctrl' to the title of the resctrl documentation

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.

Suggested-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>
Signed-off-by: James Morse <james.morse@xxxxxxx>
Signed-off-by: Borislav Petkov (AMD) <bp@xxxxxxxxx>
Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx>
Reviewed-by: Fenghua Yu <fenghuay@xxxxxxxxxx>
Tested-by: Fenghua Yu <fenghuay@xxxxxxxxxx>
Tested-by: Babu Moger <babu.moger@xxxxxxx>
Tested-by: Shaopeng Tan <tan.shaopeng@xxxxxxxxxxxxxx>
Tested-by: Tony Luck <tony.luck@xxxxxxxxx>
Link: https://lore.kernel.org/20250515165855.31452-15-james.morse@xxxxxxx
---
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 6768fc1..c7949dd 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>