From: Jongwoo Han Date: Mon, 30 Jan 2023 16:42:50 +0000 (+0900) Subject: staging: vc04_services: mmal-vchiq: fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7f0c12449aa91867efb00f080fb34c77d40c81e6;p=linux.git staging: vc04_services: mmal-vchiq: fix typo in comment Correct typo from 'witin' to 'within' in comment. Signed-off-by: Jongwoo Han Link: https://lore.kernel.org/r/20230130164250.51877-1-jongwooo.han@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c index 234e3764db646..258aa0e37f554 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) {