greybus: greybus_protocols: fix apba vendor-request comment
authorJohan Hovold <johan@hovoldconsulting.com>
Wed, 10 Aug 2016 10:58:39 +0000 (12:58 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 10 Aug 2016 13:36:34 +0000 (15:36 +0200)
Fix copy-paste error in an APBA USB vendor-request comment.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h

index 3082cbf..63fd48d 100644 (file)
@@ -243,7 +243,7 @@ struct gb_control_intf_pm_response {
 /* request to control the CSI transmitter */
 #define GB_APB_REQUEST_CSI_TX_CONTROL          0x08
 
-/* request to control the CSI transmitter */
+/* request to control audio streaming */
 #define GB_APB_REQUEST_AUDIO_CONTROL           0x09
 
 /* vendor requests to enable/disable CPort features */