File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ struct clk_bulk_data {
92
92
#ifdef CONFIG_COMMON_CLK
93
93
94
94
/**
95
- * clk_notifier_register: register a clock rate-change notifier callback
95
+ * clk_notifier_register - register a clock rate-change notifier callback
96
96
* @clk: clock whose rate we are interested in
97
97
* @nb: notifier block with callback function pointer
98
98
*
@@ -103,7 +103,7 @@ struct clk_bulk_data {
103
103
int clk_notifier_register (struct clk * clk , struct notifier_block * nb );
104
104
105
105
/**
106
- * clk_notifier_unregister: unregister a clock rate-change notifier callback
106
+ * clk_notifier_unregister - unregister a clock rate-change notifier callback
107
107
* @clk: clock whose rate we are no longer interested in
108
108
* @nb: notifier block which will be unregistered
109
109
*/
You can’t perform that action at this time.
0 commit comments