All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] HSI: cmt_speech: unmark comments as kernel-doc
@ 2021-09-28 18:35 Randy Dunlap
  2021-09-28 18:57 ` Pavel Machek
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2021-09-28 18:35 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, kernel test robot, Sebastian Reichel,
	Aditya Srivastava, Pavel Machek

Fix build warnings from the kernel test robot:

drivers/hsi/clients/cmt_speech.c:831: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    * Block until pending data transfers have completed.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Sebastian Reichel <sre@kernel.org>
Cc: Aditya Srivastava <yashsri421@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
---
v2: Drop #Cc: Kai Vehmanen <kai.vehmanen@nokia.com> [bounce]
    Add Pavel's Ack.

 drivers/hsi/clients/cmt_speech.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20210928.orig/drivers/hsi/clients/cmt_speech.c
+++ linux-next-20210928/drivers/hsi/clients/cmt_speech.c
@@ -827,7 +827,7 @@ static int check_buf_params(struct cs_hs
 	return r;
 }
 
-/**
+/*
  * Block until pending data transfers have completed.
  */
 static int cs_hsi_data_sync(struct cs_hsi_iface *hi)
@@ -850,7 +850,7 @@ static int cs_hsi_data_sync(struct cs_hs
 			r = -ERESTARTSYS;
 			goto out;
 		}
-		/**
+		/*
 		 * prepare_to_wait must be called with hi->lock held
 		 * so that callbacks can check for waitqueue_active()
 		 */

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

end of thread, other threads:[~2021-09-30 18:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 18:35 [PATCH v2] HSI: cmt_speech: unmark comments as kernel-doc Randy Dunlap
2021-09-28 18:57 ` Pavel Machek
2021-09-28 19:52   ` Randy Dunlap
2021-09-30 17:01     ` Sebastian Reichel
2021-09-30 18:45       ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.