brcm2708: update to latest patches from the RPi foundation
[openwrt/staging/lynxis.git] / target / linux / brcm2708 / patches-4.14 / 950-0375-staging-bcm2835-camera-Fix-comment-typos.patch
1 From 7d5ca722a638236b7a7651d66aff2a99a0f20755 Mon Sep 17 00:00:00 2001
2 From: Dave Stevenson <dave.stevenson@raspberrypi.org>
3 Date: Thu, 10 May 2018 12:42:15 -0700
4 Subject: [PATCH 375/454] staging: bcm2835-camera: Fix comment typos.
5
6 commit a9e14815aaf7f620945950cb5490b8610f9a5700 upstream.
7
8 Fix a typo flagged by checkpatch, and another in the same line.
9
10 Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
11 Signed-off-by: Eric Anholt <eric@anholt.net>
12 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13 ---
14 drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 --- a/drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h
18 +++ b/drivers/staging/vc04_services/bcm2835-camera/mmal-msg-port.h
19 @@ -40,7 +40,7 @@ enum mmal_port_type {
20 *
21 * most elements are informational only, the pointer values for
22 * interogation messages are generally provided as additional
23 - * strucures within the message. When used to set values only teh
24 + * structures within the message. When used to set values only the
25 * buffer_num, buffer_size and userdata parameters are writable.
26 */
27 struct mmal_port {