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

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

parent edb3e231
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{