OSDN Git Service

reset: Fix {of,devm}_reset_control_array_get kerneldoc return types
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 20 Nov 2019 14:26:13 +0000 (15:26 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 10 Dec 2019 10:43:37 +0000 (11:43 +0100)
commit723c0011c7f6992f57e2c629fa9c89141acc115f
tree7a3f24bb1cb38f5d4252932f93d5176a5ab26a44
parentce89d8d3a70fa530e16f0b0f8994385a214cd0c0
reset: Fix {of,devm}_reset_control_array_get kerneldoc return types

of_reset_control_array_get() and devm_reset_control_array_get() return
struct reset_control pointers, not internal struct reset_control_array
pointers, just like all other reset control API calls.

Correct the kerneldoc to match the code.

Fixes: 17c82e206d2a3cd8 ("reset: Add APIs to manage array of resets")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/core.c