summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h
diff options
context:
space:
mode:
authorDerek Robson <robsonde@gmail.com>2017-03-11 16:01:59 +1300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-12 15:16:55 +0100
commitd0dee553a345639fa12f0669c7886cf4d3c844e6 (patch)
treeb2711a4e7d2fde085b5d43198ce389dad8c1bd89 /drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h
parent2ba835dd3e0457bd81662570d49e4123851fe159 (diff)
downloadop-kernel-dev-d0dee553a345639fa12f0669c7886cf4d3c844e6.zip
op-kernel-dev-d0dee553a345639fa12f0669c7886cf4d3c844e6.tar.gz
Staging: bcm2835: Fixed style of block comments
Fixed style of block comments across whole driver Found using checkpatch Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h')
-rw-r--r--drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h b/drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h
index 369d5d0..84a0f4b 100644
--- a/drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h
+++ b/drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h
@@ -26,12 +26,14 @@ enum mmal_port_type {
#define MMAL_PORT_CAPABILITY_PASSTHROUGH 0x01
/** The port wants to allocate the buffer payloads.
* This signals a preference that payload allocation should be done
- * on this port for efficiency reasons. */
+ * on this port for efficiency reasons.
+ */
#define MMAL_PORT_CAPABILITY_ALLOCATION 0x02
/** The port supports format change events.
* This applies to input ports and is used to let the client know
* whether the port supports being reconfigured via a format
- * change event (i.e. without having to disable the port). */
+ * change event (i.e. without having to disable the port).
+ */
#define MMAL_PORT_CAPABILITY_SUPPORTS_EVENT_FORMAT_CHANGE 0x04
/* mmal port structure (MMAL_PORT_T)
OpenPOWER on IntegriCloud