X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=kernel%2Fresource.c;h=e1d2b8ee76d5bcd22d552c21cdf2102eaf6c7627;hb=4fe7efdbdfb1c7e7a7f31decfd831c0f31d37091;hp=7e8ea66a8c016ffc934997256835f3fdc735f2f8;hpb=4a1e8ebc5e5918079109cc1cd1c44c2f0fd0e11b;p=karo-tx-linux.git diff --git a/kernel/resource.c b/kernel/resource.c index 7e8ea66a8c01..e1d2b8ee76d5 100644 --- a/kernel/resource.c +++ b/kernel/resource.c @@ -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