]> Git Repo - J-linux.git/commitdiff
HSI: cmt_speech: unmark comments as kernel-doc
authorRandy Dunlap <[email protected]>
Tue, 28 Sep 2021 18:35:36 +0000 (11:35 -0700)
committerSebastian Reichel <[email protected]>
Sat, 2 Oct 2021 13:40:50 +0000 (15:40 +0200)
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]>
drivers/hsi/clients/cmt_speech.c

index 89869c66fb9d0f68c42a8856cf4ad8c591def2f7..e014ef36d872d3ae6eb2ace2fafcd7210c0fa65e 100644 (file)
@@ -827,7 +827,7 @@ static int check_buf_params(struct cs_hsi_iface *hi,
        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_hsi_iface *hi)
                        r = -ERESTARTSYS;
                        goto out;
                }
-               /**
+               /*
                 * prepare_to_wait must be called with hi->lock held
                 * so that callbacks can check for waitqueue_active()
                 */
This page took 0.055437 seconds and 4 git commands to generate.