hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/include/linux/reset-controller.h
....@@ -33,7 +33,7 @@
3333 * @provider: name of the reset controller device controlling this reset line
3434 * @index: ID of the reset controller in the reset controller device
3535 * @dev_id: name of the device associated with this reset line
36
- * @con_id name of the reset line (can be NULL)
36
+ * @con_id: name of the reset line (can be NULL)
3737 */
3838 struct reset_control_lookup {
3939 struct list_head list;
....@@ -62,7 +62,8 @@
6262 * @of_node: corresponding device tree node as phandle target
6363 * @of_reset_n_cells: number of cells in reset line specifiers
6464 * @of_xlate: translation function to translate from specifier as found in the
65
- * device tree to id as given to the reset control ops
65
+ * device tree to id as given to the reset control ops, defaults
66
+ * to :c:func:`of_reset_simple_xlate`.
6667 * @nr_resets: number of reset controls in this reset controller device
6768 */
6869 struct reset_controller_dev {