[PATCH 2/2] x86/cpu: Fix kernel-doc for 'centaur_get_free_region'

From: Kael D'Alcamo
Date: Sun Oct 05 2025 - 16:42:55 EST


Signed-off-by: Kael D'Alcamo <dev@xxxxxxxxx>
---
arch/x86/kernel/cpu/mtrr/centaur.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/x86/kernel/cpu/mtrr/centaur.c b/arch/x86/kernel/cpu/mtrr/centaur.c
index 6f6c3ae92943..f4c72402c284 100644
--- a/arch/x86/kernel/cpu/mtrr/centaur.c
+++ b/arch/x86/kernel/cpu/mtrr/centaur.c
@@ -20,6 +20,7 @@ static u8 centaur_mcr_type; /* 0 for winchip, 1 for winchip2 */
*
* @base: The starting (base) address of the region.
* @size: The size (in bytes) of the region.
+ * @replace_reg: mtrr index to be replaced; set to invalid value if none.
*
* Returns: the index of the region on success, else -1 on error.
*/
--
2.51.0