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