Commit 7f0c1244 authored by Jongwoo Han's avatar Jongwoo Han Committed by Greg Kroah-Hartman

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

Correct typo from 'witin' to 'within' in comment.
Signed-off-by: default avatarJongwoo Han <jongwooo.han@gmail.com>
Link: https://lore.kernel.org/r/20230130164250.51877-1-jongwooo.han@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent edb3e231
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment