[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251005204200.191346-1-dev@kael-k.io>
Date: Sun, 5 Oct 2025 22:41:19 +0200
From: Kael D'Alcamo <dev@...l-k.io>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>
Cc: x86@...nel.org,
"H. Peter Anvin" <hpa@...or.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] x86/cpu: Fix kernel-doc warnings
Fix the following kernel-doc warnings found by `make W=1`:
Warning: arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'reg' not described in 'amd_set_mtrr'
Warning: arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'base' not described in 'amd_set_mtrr'
Warning: arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'size' not described in 'amd_set_mtrr'
Warning: arch/x86/kernel/cpu/mtrr/amd.c:60 function parameter 'type' not described in 'amd_set_mtrr'
Warning: arch/x86/kernel/cpu/mtrr/centaur.c:27 function parameter 'replace_reg' not described in 'centaur_get_free_region'
Kael D'Alcamo (2):
x86/cpu: Fix kernel-doc for 'amd_set_mtrr'
x86/cpu: Fix kernel-doc for 'centaur_get_free_region'
arch/x86/kernel/cpu/mtrr/amd.c | 8 ++++----
arch/x86/kernel/cpu/mtrr/centaur.c | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
--
2.51.0
Powered by blists - more mailing lists