Skip to content

Commit f430c7e

Browse files
rddunlappH5
authored andcommitted
reset: fix reset_control_ops kerneldoc comment
Add a missing short description to the reset_control_ops documentation. Signed-off-by: Randy Dunlap <[email protected]> [[email protected]: rebased and updated commit message] Signed-off-by: Philipp Zabel <[email protected]>
1 parent b9e9348 commit f430c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/reset-controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
struct reset_controller_dev;
88

99
/**
10-
* struct reset_control_ops
10+
* struct reset_control_ops - reset controller driver callbacks
1111
*
1212
* @reset: for self-deasserting resets, does all necessary
1313
* things to reset the device

0 commit comments

Comments
 (0)