media: staging: atomisp: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:05 +0000 (12:11 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 20 Jun 2022 09:30:35 +0000 (10:30 +0100)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/i2c/ov5693/ov5693.h

index 79df07b..a136666 100644 (file)
@@ -855,7 +855,7 @@ static struct ov5693_reg const ov5693_1616x1216_30fps[] = {
        {OV5693_8BIT, 0x3813, 0x06},    /*{3812,3813} windowing Y offset*/
        {OV5693_8BIT, 0x3814, 0x11},    /*X subsample control*/
        {OV5693_8BIT, 0x3815, 0x11},    /*Y subsample control*/
-       {OV5693_8BIT, 0x3820, 0x00},    /*FLIP/Binnning control*/
+       {OV5693_8BIT, 0x3820, 0x00},    /*FLIP/Binning control*/
        {OV5693_8BIT, 0x3821, 0x1e},    /*MIRROR control*/
        {OV5693_8BIT, 0x5002, 0x00},
        {OV5693_8BIT, 0x5041, 0x84},