diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-04 13:56:55 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-11-04 13:56:55 -0700 |
commit | d4439a1189f93d0ac1eaf0197db8e6b3e197d5c7 (patch) | |
tree | 1a01324071e119f769daec6688509115bc78ce16 /drivers/hsi | |
parent | 72e65f7e525fe1ed399c0c5f4adda562602d025a (diff) | |
parent | 4ef69e17eb567a3b276fcc3cb3452dcf89d8b063 (diff) | |
download | linux-d4439a1189f93d0ac1eaf0197db8e6b3e197d5c7.tar.gz |
Merge tag 'hsi-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
Pull HSI update from Sebastian Reichel:
"cmt_speech: unmark comments as kernel-doc"
* tag 'hsi-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi:
HSI: cmt_speech: unmark comments as kernel-doc
Diffstat (limited to 'drivers/hsi')
-rw-r--r-- | drivers/hsi/clients/cmt_speech.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hsi/clients/cmt_speech.c b/drivers/hsi/clients/cmt_speech.c index 89869c66fb9d..e014ef36d872 100644 --- a/drivers/hsi/clients/cmt_speech.c +++ b/drivers/hsi/clients/cmt_speech.c @@ -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() */ |