mirror of
https://github.com/meizu-m86/kexec-tools-arm64
synced 2025-11-04 05:46:10 +08:00
Remove "max" parameter comment
Remove the "max" parameter in the documentation for mem_regions_add() Signed-off-by: Russell King <rmk@armlinux.org.uk> Signed-off-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
committed by
Simon Horman
parent
dfd1de0460
commit
bf759f2aa6
@@ -31,7 +31,6 @@ void mem_regions_sort(struct memory_ranges *ranges)
|
||||
/**
|
||||
* mem_regions_add() - add a memory region to a set of ranges
|
||||
* @ranges: ranges to add the memory region to
|
||||
* @max: maximum number of entries in memory region
|
||||
* @base: base address of memory region
|
||||
* @length: length of memory region in bytes
|
||||
* @type: type of memory region
|
||||
|
||||
Reference in New Issue
Block a user