linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] MHI stuff for v5.9
@ 2020-07-23 14:27 Manivannan Sadhasivam
  2020-07-23 14:27 ` [PATCH 1/1] bus: mhi: fix doubled words and struct image_info kernel-doc Manivannan Sadhasivam
  2020-08-18  2:54 ` [PATCH 0/1] MHI stuff for v5.9 Manivannan Sadhasivam
  0 siblings, 2 replies; 3+ messages in thread
From: Manivannan Sadhasivam @ 2020-07-23 14:27 UTC (permalink / raw)
  To: gregkh; +Cc: hemantk, linux-arm-msm, linux-kernel, Manivannan Sadhasivam

Hi Greg,

Here is a single MHI bus patch for the coming v5.9 release which fixes
the kdoc comments.

Please apply!

Thanks,
Mani

Randy Dunlap (1):
  bus: mhi: fix doubled words and struct image_info kernel-doc

 include/linux/mhi.h | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] bus: mhi: fix doubled words and struct image_info kernel-doc
  2020-07-23 14:27 [PATCH 0/1] MHI stuff for v5.9 Manivannan Sadhasivam
@ 2020-07-23 14:27 ` Manivannan Sadhasivam
  2020-08-18  2:54 ` [PATCH 0/1] MHI stuff for v5.9 Manivannan Sadhasivam
  1 sibling, 0 replies; 3+ messages in thread
From: Manivannan Sadhasivam @ 2020-07-23 14:27 UTC (permalink / raw)
  To: gregkh
  Cc: hemantk, linux-arm-msm, linux-kernel, Randy Dunlap,
	Manivannan Sadhasivam

From: Randy Dunlap <rdunlap@infradead.org>

Drop doubled word "table" in kernel-doc.
Fix syntax for the kernel-doc notation for struct image_info.
Note that the bhi_vec field is private and not part of the kernel-doc.

Drop doubled word "device" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Hemant Kumar <hemantk@codeaurora.org>
Cc: linux-arm-msm@vger.kernel.org
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
[mani: Added bus: prefix to the commit subject]
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
---
 include/linux/mhi.h | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/include/linux/mhi.h b/include/linux/mhi.h
index c4a940d98912..0779bc689b3e 100644
--- a/include/linux/mhi.h
+++ b/include/linux/mhi.h
@@ -85,13 +85,15 @@ enum mhi_ch_type {
 };
 
 /**
- * struct image_info - Firmware and RDDM table table
- * @mhi_buf - Buffer for firmware and RDDM table
- * @entries - # of entries in table
+ * struct image_info - Firmware and RDDM table
+ * @mhi_buf: Buffer for firmware and RDDM table
+ * @entries: # of entries in table
  */
 struct image_info {
 	struct mhi_buf *mhi_buf;
+	/* private: from internal.h */
 	struct bhi_vec_entry *bhi_vec;
+	/* public: */
 	u32 entries;
 };
 
@@ -593,7 +595,7 @@ int mhi_async_power_up(struct mhi_controller *mhi_cntrl);
 
 /**
  * mhi_sync_power_up - Start MHI power up sequence and wait till the device
- *                     device enters valid EE state
+ *                     enters valid EE state
  * @mhi_cntrl: MHI controller
  */
 int mhi_sync_power_up(struct mhi_controller *mhi_cntrl);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] MHI stuff for v5.9
  2020-07-23 14:27 [PATCH 0/1] MHI stuff for v5.9 Manivannan Sadhasivam
  2020-07-23 14:27 ` [PATCH 1/1] bus: mhi: fix doubled words and struct image_info kernel-doc Manivannan Sadhasivam
@ 2020-08-18  2:54 ` Manivannan Sadhasivam
  1 sibling, 0 replies; 3+ messages in thread
From: Manivannan Sadhasivam @ 2020-08-18  2:54 UTC (permalink / raw)
  To: gregkh; +Cc: hemantk, linux-arm-msm, linux-kernel

On Thu, Jul 23, 2020 at 07:57:37PM +0530, Manivannan Sadhasivam wrote:
> Hi Greg,
> 
> Here is a single MHI bus patch for the coming v5.9 release which fixes
> the kdoc comments.
> 
> Please apply!
> 

This lonely patch seemed to have fallen through cracks! Will include it in
v5.10 series.

Thanks,
Mani

> Thanks,
> Mani
> 
> Randy Dunlap (1):
>   bus: mhi: fix doubled words and struct image_info kernel-doc
> 
>  include/linux/mhi.h | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
> 
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-18  2:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 14:27 [PATCH 0/1] MHI stuff for v5.9 Manivannan Sadhasivam
2020-07-23 14:27 ` [PATCH 1/1] bus: mhi: fix doubled words and struct image_info kernel-doc Manivannan Sadhasivam
2020-08-18  2:54 ` [PATCH 0/1] MHI stuff for v5.9 Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).