[PATCH 0/2] x86/cpu: Fix kernel-doc warnings

Kael D'Alcamo posted 2 patches 2 months, 1 week ago
arch/x86/kernel/cpu/mtrr/amd.c     | 8 ++++----
arch/x86/kernel/cpu/mtrr/centaur.c | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
[PATCH 0/2] x86/cpu: Fix kernel-doc warnings
Posted by Kael D'Alcamo 2 months, 1 week ago
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