]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: vc04_services: fix typos
authorKeerthi Reddy <keerthigd4990@gmail.com>
Wed, 27 Sep 2017 17:50:13 +0000 (23:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Sep 2017 13:26:06 +0000 (15:26 +0200)
Some words are misspelled. Fix typos.

Signed-off-by: Keerthi Reddy <keerthigd4990@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-camera/mmal-msg.h
drivers/staging/vc04_services/interface/vchi/vchi.h

index 52cdf4da1b473883da3e68cb798a1f0718af7f72..1144d9d12b1a33e7fa78ce1bff646c9fcac5d297 100644 (file)
@@ -70,7 +70,7 @@ enum mmal_msg_type {
 
 /* port action request messages differ depending on the action type */
 enum mmal_msg_port_action_type {
-       MMAL_MSG_PORT_ACTION_TYPE_UNKNOWN = 0,      /* Unkown action */
+       MMAL_MSG_PORT_ACTION_TYPE_UNKNOWN = 0,      /* Unknown action */
        MMAL_MSG_PORT_ACTION_TYPE_ENABLE,           /* Enable a port */
        MMAL_MSG_PORT_ACTION_TYPE_DISABLE,          /* Disable a port */
        MMAL_MSG_PORT_ACTION_TYPE_FLUSH,            /* Flush a port */
index ee9218958ede0aa2e44fff58e42e43dfec364e41..66a3a060fad2a9fd3f889bb8387c37e54b7eb327 100644 (file)
@@ -187,7 +187,7 @@ extern int32_t vchi_service_create( VCHI_INSTANCE_T instance_handle,
                                     SERVICE_CREATION_T *setup,
                                     VCHI_SERVICE_HANDLE_T *handle );
 
-// Routine to destory a service
+// Routine to destroy a service
 extern int32_t vchi_service_destroy( const VCHI_SERVICE_HANDLE_T handle );
 
 // Routine to open a named service