]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: vc04_services/vchiq-mmal: fix typos in comments
authorYuri Martins <yurimartins2004@hotmail.com>
Tue, 12 Aug 2025 01:56:06 +0000 (01:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Aug 2025 14:25:15 +0000 (16:25 +0200)
Fix three spelling mistakes found in comments across the
vchiq-mmal driver component:

- recived -> received
- servie  -> service
- enque   -> enqueues

Signed-off-by: Yuri Martins <yurimartins2004@hotmail.com>
Link: https://lore.kernel.org/r/20250812015524.64413-1-yurimartins2004@hotmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/vchiq-mmal/mmal-msg.h
drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c
drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.h

index 471413248a14002396a09314d0104a11c3effc85..1889494425eb65e4e2212e0806084a56087dc61d 100644 (file)
@@ -13,7 +13,7 @@
 
 /*
  * all the data structures which serialise the MMAL protocol. note
- * these are directly mapped onto the recived message data.
+ * these are directly mapped onto the received message data.
  *
  * BEWARE: They seem to *assume* pointers are u32 and that there is no
  * structure padding!
index 3fe482bd279390a7586c49bde00f38c61558ca8e..c2b5a37915f236caaf5c6117f71d87867127d94d 100644 (file)
@@ -326,7 +326,7 @@ static int bulk_receive(struct vchiq_mmal_instance *instance,
                 * committed a buffer_to_host operation to the mmal
                 * port without the buffer to back it up (underflow
                 * handling) and there is no obvious way to deal with
-                * this - how is the mmal servie going to react when
+                * this - how is the mmal service going to react when
                 * we fail to do the xfer and reschedule a buffer when
                 * it arrives? perhaps a starved flag to indicate a
                 * waiting bulk receive?
index 97abe4bdcfc5f61ed1d9fcb747f86e6460e1c049..8c3959f6f97fb21bcaf2f21589ef291e754e7c19 100644 (file)
@@ -115,7 +115,7 @@ int vchiq_mmal_component_disable(struct vchiq_mmal_instance *instance,
 
 /* enable a mmal port
  *
- * enables a port and if a buffer callback provided enque buffer
+ * enables a port and, if a buffer callback provided, enqueues buffer
  * headers as appropriate for the port.
  */
 int vchiq_mmal_port_enable(struct vchiq_mmal_instance *instance,