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
This commit is contained in:
@@ -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()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user