media: i2c: ov4689: Fix typo in a comment
authorMikhail Rudenko <mike.rudenko@gmail.com>
Tue, 16 Apr 2024 22:45:11 +0000 (23:45 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 26 Apr 2024 10:20:10 +0000 (11:20 +0100)
Fix a spelling error in a comment.

Signed-off-by: Mikhail Rudenko <mike.rudenko@gmail.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/ov4689.c

index c4d4afd389060843c078ef0f198e47bd7fbf6ed2..f826571f8f68499a13f095c35bb718d5fef60698 100644 (file)
@@ -692,7 +692,7 @@ static int ov4689_set_ctrl(struct v4l2_ctrl *ctrl)
 
        switch (ctrl->id) {
        case V4L2_CID_EXPOSURE:
-               /* 4 least significant bits of expsoure are fractional part */
+               /* 4 least significant bits of exposure are fractional part */
                ret = ov4689_write_reg(ov4689->client, OV4689_REG_EXPOSURE,
                                       OV4689_REG_VALUE_24BIT, ctrl->val << 4);
                break;