Skip to content

Commit 3315be5

Browse files
krzkpH5
authored andcommitted
reset: Fix and extend kerneldoc
Fix W=1 compile warnings (invalid kerneldoc): drivers/reset/core.c:50: warning: Function parameter or member 'array' not described in 'reset_control' drivers/reset/core.c:50: warning: Function parameter or member 'deassert_count' not described in 'reset_control' Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 552f388 commit 3315be5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/reset/core.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ static LIST_HEAD(reset_lookup_list);
3232
* @refcnt: Number of gets of this reset_control
3333
* @acquired: Only one reset_control may be acquired for a given rcdev and id.
3434
* @shared: Is this a shared (1), or an exclusive (0) reset_control?
35-
* @deassert_cnt: Number of times this reset line has been deasserted
35+
* @array: Is this an array of reset controls (1)?
36+
* @deassert_count: Number of times this reset line has been deasserted
3637
* @triggered_count: Number of times this reset line has been reset. Currently
3738
* only used for shared resets, which means that the value
3839
* will be either 0 or 1.

0 commit comments

Comments
 (0)