2022-12-13 20:09:34

by Aldas Taraškevičius

[permalink] [raw]
Subject: [PATCH] Input: ibm-panel - fix typo in comment

"set the index to it's largest possible value" -> "set the index to its
largest possible value"

Signed-off-by: Aldas Taraškevičius <[email protected]>
---
drivers/input/misc/ibm-panel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/misc/ibm-panel.c b/drivers/input/misc/ibm-panel.c
index a8fba0054..6be60bc8d 100644
--- a/drivers/input/misc/ibm-panel.c
+++ b/drivers/input/misc/ibm-panel.c
@@ -101,7 +101,7 @@ static int ibm_panel_i2c_slave_cb(struct i2c_client *client,
else
/*
* The command is too long and therefore invalid, so set the index
- * to it's largest possible value. When a STOP is finally received,
+ * to its largest possible value. When a STOP is finally received,
* the command will be rejected upon processing.
*/
panel->idx = U8_MAX;
--
2.37.2


2022-12-15 14:46:41

by Mattijs Korpershoek

[permalink] [raw]
Subject: Re: [PATCH] Input: ibm-panel - fix typo in comment

On Tue, Dec 13, 2022 at 21:48, Aldas Taraškevičius <[email protected]> wrote:

> "set the index to it's largest possible value" -> "set the index to its
> largest possible value"
>
> Signed-off-by: Aldas Taraškevičius <[email protected]>

Reviewed-by: Mattijs Korpershoek <[email protected]>

> ---
> drivers/input/misc/ibm-panel.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/misc/ibm-panel.c b/drivers/input/misc/ibm-panel.c
> index a8fba0054..6be60bc8d 100644
> --- a/drivers/input/misc/ibm-panel.c
> +++ b/drivers/input/misc/ibm-panel.c
> @@ -101,7 +101,7 @@ static int ibm_panel_i2c_slave_cb(struct i2c_client *client,
> else
> /*
> * The command is too long and therefore invalid, so set the index
> - * to it's largest possible value. When a STOP is finally received,
> + * to its largest possible value. When a STOP is finally received,
> * the command will be rejected upon processing.
> */
> panel->idx = U8_MAX;
> --
> 2.37.2

2022-12-15 15:48:11

by Eddie James

[permalink] [raw]
Subject: Re: [PATCH] Input: ibm-panel - fix typo in comment


On 12/15/22 07:56, Mattijs Korpershoek wrote:
> On Tue, Dec 13, 2022 at 21:48, Aldas Taraškevičius <[email protected]> wrote:
>
>> "set the index to it's largest possible value" -> "set the index to its
>> largest possible value"


Thanks!

Reviewed-by: Eddie James <[email protected]>


>>
>> Signed-off-by: Aldas Taraškevičius <[email protected]>
> Reviewed-by: Mattijs Korpershoek <[email protected]>
>
>> ---
>> drivers/input/misc/ibm-panel.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/input/misc/ibm-panel.c b/drivers/input/misc/ibm-panel.c
>> index a8fba0054..6be60bc8d 100644
>> --- a/drivers/input/misc/ibm-panel.c
>> +++ b/drivers/input/misc/ibm-panel.c
>> @@ -101,7 +101,7 @@ static int ibm_panel_i2c_slave_cb(struct i2c_client *client,
>> else
>> /*
>> * The command is too long and therefore invalid, so set the index
>> - * to it's largest possible value. When a STOP is finally received,
>> + * to its largest possible value. When a STOP is finally received,
>> * the command will be rejected upon processing.
>> */
>> panel->idx = U8_MAX;
>> --
>> 2.37.2