mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
x86/platform/quark: Fix kernel-doc warnings in imr.c
Fix all kernel-doc warnings in imr.c:
imr.c:300: warning: Function parameter or struct member 'rmask' not described in 'imr_add_range'
imr.c:300: warning: Function parameter or struct member 'wmask' not described in 'imr_add_range'
imr.c:300: warning: Excess function parameter 'read_mask' description in 'imr_add_range'
imr.c:300: warning: Excess function parameter 'write_mask' description in 'imr_add_range'
Fixes: 28a375df16 ("x86/intel/quark: Add Isolated Memory Regions for Quark X1000")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://patch.msgid.link/20250620065639.3348609-1-rdunlap@infradead.org
This commit is contained in:
parent
c8e412f79d
commit
edeed06c2b
|
|
@ -291,8 +291,8 @@ static inline int imr_address_overlap(phys_addr_t addr, struct imr_regs *imr)
|
|||
*
|
||||
* @base: physical base address of region aligned to 1KiB.
|
||||
* @size: physical size of region in bytes must be aligned to 1KiB.
|
||||
* @read_mask: read access mask.
|
||||
* @write_mask: write access mask.
|
||||
* @rmask: read access mask.
|
||||
* @wmask: write access mask.
|
||||
* @return: zero on success or negative value indicating error.
|
||||
*/
|
||||
int imr_add_range(phys_addr_t base, size_t size,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user