We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45723a4 commit af2e588Copy full SHA for af2e588
include/linux/mhi.h
@@ -339,7 +339,7 @@ struct mhi_controller_config {
339
* @wake_put: CB function to de-assert device wake (optional)
340
* @wake_toggle: CB function to assert and de-assert device wake (optional)
341
* @runtime_get: CB function to controller runtime resume (required)
342
- * @runtimet_put: CB function to decrement pm usage (required)
+ * @runtime_put: CB function to decrement pm usage (required)
343
* @map_single: CB function to create TRE buffer
344
* @unmap_single: CB function to destroy TRE buffer
345
* @read_reg: Read a MHI register via the physical link (required)
0 commit comments