staging: vc04_services: mmal-vchiq: fix typo in comment

Correct typo from 'witin' to 'within' in comment.

Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
Link: https://lore.kernel.org/r/20230130164250.51877-1-jongwooo.han@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jongwoo Han 2023-01-31 01:42:50 +09:00 committed by Greg Kroah-Hartman
parent edb3e231e4
commit 7f0c12449a
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ static void event_to_host_cb(struct vchiq_mmal_instance *instance,
/* workqueue scheduled callback
*
* we do this because it is important we do not call any other vchiq
* sync calls from witin the message delivery thread
* sync calls from within the message delivery thread
*/
static void buffer_work_cb(struct work_struct *work)
{