of: address: Provide descriptions for 'of_address_to_resource's params
Fixes the following W=1 kernel build warning(s): drivers/of/address.c:868: warning: Function parameter or member 'dev' not described in 'of_address_to_resource' drivers/of/address.c:868: warning: Function parameter or member 'index' not described in 'of_address_to_resource' drivers/of/address.c:868: warning: Function parameter or member 'r' not described in 'of_address_to_resource' Cc: Rob Herring <robh+dt@kernel.org> Cc: Frank Rowand <frowand.list@gmail.com> Cc: devicetree@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20210318104036.3175910-7-lee.jones@linaro.org
This commit is contained in:
parent
3915fed923
commit
45f2933b81
|
@ -857,6 +857,9 @@ static int __of_address_to_resource(struct device_node *dev,
|
|||
|
||||
/**
|
||||
* of_address_to_resource - Translate device tree address and return as resource
|
||||
* @dev: Caller's Device Node
|
||||
* @index: Index into the array
|
||||
* @r: Pointer to resource array
|
||||
*
|
||||
* Note that if your address is a PIO address, the conversion will fail if
|
||||
* the physical address can't be internally converted to an IO token with
|
||||
|
|
Loading…
Reference in New Issue