Skip to content

Commit 4ef69e1

Browse files
rddunlapsre
authored andcommitted
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 <[email protected]> Reported-by: kernel test robot <[email protected]> Cc: Aditya Srivastava <[email protected]> Acked-by: Pavel Machek <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 6880fa6 commit 4ef69e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hsi/clients/cmt_speech.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ static int check_buf_params(struct cs_hsi_iface *hi,
827827
return r;
828828
}
829829

830-
/**
830+
/*
831831
* Block until pending data transfers have completed.
832832
*/
833833
static int cs_hsi_data_sync(struct cs_hsi_iface *hi)
@@ -850,7 +850,7 @@ static int cs_hsi_data_sync(struct cs_hsi_iface *hi)
850850
r = -ERESTARTSYS;
851851
goto out;
852852
}
853-
/**
853+
/*
854854
* prepare_to_wait must be called with hi->lock held
855855
* so that callbacks can check for waitqueue_active()
856856
*/

0 commit comments

Comments
 (0)