Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

HSI: cmt_speech: unmark comments as kernel-doc

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: Aditya Srivastava <yashsri421@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

Randy Dunlap and committed by
Sebastian Reichel
4ef69e17 6880fa6c

+2 -2
+2 -2
drivers/hsi/clients/cmt_speech.c
··· 827 827 return r; 828 828 } 829 829 830 - /** 830 + /* 831 831 * Block until pending data transfers have completed. 832 832 */ 833 833 static int cs_hsi_data_sync(struct cs_hsi_iface *hi) ··· 850 850 r = -ERESTARTSYS; 851 851 goto out; 852 852 } 853 - /** 853 + /* 854 854 * prepare_to_wait must be called with hi->lock held 855 855 * so that callbacks can check for waitqueue_active() 856 856 */