Skip to content

Commit af2e588

Browse files
Jeffrey Hugogregkh
authored andcommitted
bus: mhi: core: Fix typo in comment
There is a typo - "runtimet" should be "runtime". Fix it. Signed-off-by: Jeffrey Hugo <[email protected]> Reviewed-by: Hemant Kumar <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Signed-off-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 45723a4 commit af2e588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/mhi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ struct mhi_controller_config {
339339
* @wake_put: CB function to de-assert device wake (optional)
340340
* @wake_toggle: CB function to assert and de-assert device wake (optional)
341341
* @runtime_get: CB function to controller runtime resume (required)
342-
* @runtimet_put: CB function to decrement pm usage (required)
342+
* @runtime_put: CB function to decrement pm usage (required)
343343
* @map_single: CB function to create TRE buffer
344344
* @unmap_single: CB function to destroy TRE buffer
345345
* @read_reg: Read a MHI register via the physical link (required)

0 commit comments

Comments
 (0)