From: Johan Hovold Date: Wed, 10 Aug 2016 10:58:39 +0000 (+0200) Subject: greybus: greybus_protocols: fix apba vendor-request comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a4fe35072f3c531c97694de2e7fe28939b72c742;p=linux-beck.git greybus: greybus_protocols: fix apba vendor-request comment Fix copy-paste error in an APBA USB vendor-request comment. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h index 3082cbf3b1b2..63fd48d991a1 100644 --- a/drivers/staging/greybus/greybus_protocols.h +++ b/drivers/staging/greybus/greybus_protocols.h @@ -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 */