lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8734w7r4lt.fsf@gmail.com>
Date:   Tue, 12 Dec 2023 15:22:40 +0300
From:   Mikhail Rudenko <mike.rudenko@...il.com>
To:     Laurent Pinchart <laurent.pinchart@...asonboard.com>
Cc:     linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
        Sakari Ailus <sakari.ailus@...ux.intel.com>,
        Jacopo Mondi <jacopo@...ndi.org>,
        Christophe JAILLET <christophe.jaillet@...adoo.fr>,
        Dave Stevenson <dave.stevenson@...pberrypi.com>,
        Mauro Carvalho Chehab <mchehab@...nel.org>
Subject: Re: [PATCH 02/19] media: i2c: ov4689: Fix typo in a comment


On 2023-12-11 at 20:01 +02, Laurent Pinchart <laurent.pinchart@...asonboard.com> wrote:

> On Mon, Dec 11, 2023 at 08:50:05PM +0300, Mikhail Rudenko wrote:
>> Fix a spelling error in a comment.
>>
>> Signed-off-by: Mikhail Rudenko <mike.rudenko@...il.com>
>
> Starting with the easy one,
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@...asonboard.com>
>

Hi Laurent,

and thanks for the review!

>> ---
>>  drivers/media/i2c/ov4689.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/media/i2c/ov4689.c b/drivers/media/i2c/ov4689.c
>> index ff5213862974..53dcfc8685d4 100644
>> --- a/drivers/media/i2c/ov4689.c
>> +++ b/drivers/media/i2c/ov4689.c
>> @@ -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;


--
Best regards,
Mikhail Rudenko

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ