Re: [PATCH 2/2] bus: mhi: fix typo in comments for struct mhi_channel_config

2021-04-09 Thread Manivannan Sadhasivam
On Thu, Apr 08, 2021 at 03:02:20AM -0700, Jarvis Jiang wrote: > 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 Applied to mhi-next! Thanks, Mani > --- > include/linux/mhi.h | 2 +- > 1 file

Re: [PATCH 2/2] bus: mhi: fix typo in comments for struct mhi_channel_config

2021-04-09 Thread Manivannan Sadhasivam
On Thu, Apr 08, 2021 at 03:02:20AM -0700, Jarvis Jiang wrote: > 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 Reviewed-by: Manivannan Sadhasivam Thanks, Mani > --- > include/linux/mhi.h |

[PATCH 2/2] bus: mhi: fix typo in comments for struct mhi_channel_config

2021-04-08 Thread Jarvis Jiang
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 --- include/linux/mhi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mhi.h b/include/linux/mhi.h index