Skip to content

Commit d4439a1

Browse files
committed
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
2 parents 72e65f7 + 4ef69e1 commit d4439a1

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)