]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
staging: media: atomisp: fix misspelled word in comment
authorLuis Oliveira <Luis.Oliveira@synopsys.com>
Wed, 19 Apr 2017 12:44:28 +0000 (13:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 12:28:17 +0000 (14:28 +0200)
This fix "overrided", the correct past tense form of "override" is
"overridden".

Signed-off-by: Luis Oliveira <lolivei@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/i2c/ov2680.c

index c08dd0b18fbb311fd2268ecc5ec4b8589d935d22..566091035c64162356a0f7f3f1b7596fe39d1df1 100644 (file)
@@ -1122,7 +1122,7 @@ static int ov2680_set_fmt(struct v4l2_subdev *sd,
        }
 
        /*recall flip functions to avoid flip registers
-        * were overrided by default setting
+        * were overridden by default setting
         */
        if (h_flag)
                ov2680_h_flip(sd, h_flag);