[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230130160548.45879-1-jongwooo.han@gmail.com>
Date: Tue, 31 Jan 2023 01:05:48 +0900
From: Jongwoo Han <jongwooo.han@...il.com>
To: f.fainelli@...il.com, bcm-kernel-feedback-list@...adcom.com,
gregkh@...uxfoundation.org, jongwooo.han@...il.com
Cc: linux-rpi-kernel@...ts.infradead.org,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH] vc04_services: mmal-vchiq: fix typo in comment
Correct typo from 'witin' to 'within' in comment.
Signed-off-by: Jongwoo Han <jongwooo.han@...il.com>
---
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
Powered by blists - more mailing lists