mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-17 23:25:46 +08:00
kernel/resource.c: correct the comment of allocate_resource()
In the comment of allocate_resource(), the explanation of parameter max and min is not correct. Actually, these two parameters are used to specify the range of the resource that will be allocated, not the min/max size that will be allocated. Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a3860c1c5d
commit
ee5e5683d8
@ -515,8 +515,8 @@ out:
|
||||
* @root: root resource descriptor
|
||||
* @new: resource descriptor desired by caller
|
||||
* @size: requested resource region size
|
||||
* @min: minimum size to allocate
|
||||
* @max: maximum size to allocate
|
||||
* @min: minimum boundary to allocate
|
||||
* @max: maximum boundary to allocate
|
||||
* @align: alignment requested, in bytes
|
||||
* @alignf: alignment function, optional, called if not NULL
|
||||
* @alignf_data: arbitrary data to pass to the @alignf function
|
||||
|
Loading…
Reference in New Issue
Block a user