brcm2708: add kernel 4.14 support
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.14 / 950-0403-staging-bcm2835-camera-Fix-typo.patch
1 From 75989383a7aca3fd571739c24f36f301ce40a1eb Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.org>
3 Date: Wed, 21 Feb 2018 15:58:38 +0000
4 Subject: [PATCH 403/454] staging: bcm2835-camera: Fix typo.
5
6 Fix a typo flagged up by checkpatch.
7
8 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
9 ---
10 drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 --- a/drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h
14 +++ b/drivers/staging/vc04_services/bcm2835-camera/mmal-vchiq.h
15 @@ -119,7 +119,7 @@ int vchiq_mmal_component_disable(
16 /* enable a mmal port
17 *
18 * enables a port and if a buffer callback provided enque buffer
19 - * headers as apropriate for the port.
20 + * headers as appropriate for the port.
21 */
22 int vchiq_mmal_port_enable(
23 struct vchiq_mmal_instance *instance,