aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.14/950-0403-staging-bcm2835-camera-Fix-typo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0403-staging-bcm2835-camera-Fix-typo.patch')
-rw-r--r--target/linux/brcm2708/patches-4.14/950-0403-staging-bcm2835-camera-Fix-typo.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0403-staging-bcm2835-camera-Fix-typo.patch b/target/linux/brcm2708/patches-4.14/950-0403-staging-bcm2835-camera-Fix-typo.patch
new file mode 100644
index 0000000000..2cb79b6fa9
--- /dev/null
+++ b/target/linux/brcm2708/patches-4.14/950-0403-staging-bcm2835-camera-Fix-typo.patch
@@ -0,0 +1,23 @@
+From 75989383a7aca3fd571739c24f36f301ce40a1eb Mon Sep 17 00:00:00 2001
+From: Dave Stevenson <dave.stevenson@raspberrypi.org>
+Date: Wed, 21 Feb 2018 15:58:38 +0000
+Subject: [PATCH 403/454] staging: bcm2835-camera: Fix typo.
+
+Fix a typo flagged up by checkpatch.
+
+Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
+---
+ drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h
++++ b/drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h
+@@ -119,7 +119,7 @@ int vchiq_mmal_component_disable(
+ /* enable a mmal port
+ *
+ * enables a port and if a buffer callback provided enque buffer
+- * headers as apropriate for the port.
++ * headers as appropriate for the port.
+ */
+ int vchiq_mmal_port_enable(
+ struct vchiq_mmal_instance *instance,