aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarvis Jiang <[email protected]>2021-04-08 03:02:20 -0700
committerManivannan Sadhasivam <[email protected]>2021-04-09 18:48:22 +0530
commita503d1628c9c341dc5e1a26272e38182dca3e823 (patch)
tree31ee499a164437398174904308f5565857cad69b
parent683e77cadc839b39cd712c18dbb317cae49357c0 (diff)
bus: mhi: fix typo in comments for struct mhi_channel_config
The word 'rung' is a typo in below comment, fix it. * @event_ring: The event rung index that services this channel Signed-off-by: Jarvis Jiang <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Manivannan Sadhasivam <[email protected]>
-rw-r--r--include/linux/mhi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mhi.h b/include/linux/mhi.h
index d095fba37d1e..944aa3aa3035 100644
--- a/include/linux/mhi.h
+++ b/include/linux/mhi.h
@@ -205,7 +205,7 @@ enum mhi_db_brst_mode {
* @num: The number assigned to this channel
* @num_elements: The number of elements that can be queued to this channel
* @local_elements: The local ring length of the channel
- * @event_ring: The event rung index that services this channel
+ * @event_ring: The event ring index that services this channel
* @dir: Direction that data may flow on this channel
* @type: Channel type
* @ee_mask: Execution Environment mask for this channel