Correct typo from 'witin' to 'within' in comment. Signed-off-by: Jongwoo Han <jongwooo.han@xxxxxxxxx> --- PATCH -> PATCH: Add changelog text to commit PATCH -> V2: Add description of changes from previous version drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c index 294b184d4..e318f3609 100644 --- a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c +++ b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c @@ -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) { -- 2.34.1