staging: media: atomisp: fix misspelled word in comment
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>
This commit is contained in:
parent
5b686ccd2e
commit
8ed78a154e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue