HSI: cmt_speech: unmark comments as kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 28 Sep 2021 18:35:36 +0000 (11:35 -0700)
committerSebastian Reichel <sre@kernel.org>
Sat, 2 Oct 2021 13:40:50 +0000 (15:40 +0200)
commit4ef69e17eb567a3b276fcc3cb3452dcf89d8b063
tree8070dfcbf686db89303726c51d68558259fae732
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
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>
drivers/hsi/clients/cmt_speech.c