]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/mm/pat: Fix W=1 build kernel-doc warning
authorShivank Garg <shivankg@amd.com>
Wed, 14 May 2025 06:26:40 +0000 (06:26 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 14 May 2025 07:58:53 +0000 (09:58 +0200)
commitbd6afa43eee175ba146f6f9a27d6d24eeaab0a45
tree13224977912c9fa47c99551dc00147d70983bd31
parent003f144ca04621e598fc1c5c4ce0a851cddfe104
x86/mm/pat: Fix W=1 build kernel-doc warning

Building the kernel with W=1 generates the following warning:

  arch/x86/mm/pat/memtype.c:692: warning: Function parameter or struct member 'pfn' not described in 'pat_pfn_immune_to_uc_mtrr'

Add missing parameter documentation to fix the kernel-doc warning.

Signed-off-by: Shivank Garg <shivankg@amd.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250514062637.3287779-3-shivankg@amd.com
arch/x86/mm/pat/memtype.c