Commit 8ed78a15 authored by Luis Oliveira's avatar Luis Oliveira Committed by Greg Kroah-Hartman

staging: media: atomisp: fix misspelled word in comment

This fix "overrided", the correct past tense form of "override" is
"overridden".
Signed-off-by: default avatarLuis Oliveira <lolivei@synopsys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5b686ccd
...@@ -1122,7 +1122,7 @@ static int ov2680_set_fmt(struct v4l2_subdev *sd, ...@@ -1122,7 +1122,7 @@ static int ov2680_set_fmt(struct v4l2_subdev *sd,
} }
/*recall flip functions to avoid flip registers /*recall flip functions to avoid flip registers
* were overrided by default setting * were overridden by default setting
*/ */
if (h_flag) if (h_flag)
ov2680_h_flip(sd, h_flag); ov2680_h_flip(sd, h_flag);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment