linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: ibm-panel - fix typo in comment
@ 2022-12-13 19:48 Aldas Taraškevičius
  2022-12-15 13:56 ` Mattijs Korpershoek
  0 siblings, 1 reply; 3+ messages in thread
From: Aldas Taraškevičius @ 2022-12-13 19:48 UTC (permalink / raw)
  To: eajames, dmitry.torokhov
  Cc: linux-input, linux-kernel, kernel-janitors,
	Aldas Taraškevičius

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

Signed-off-by: Aldas Taraškevičius <aldas60@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Input: ibm-panel - fix typo in comment
  2022-12-13 19:48 [PATCH] Input: ibm-panel - fix typo in comment Aldas Taraškevičius
@ 2022-12-15 13:56 ` Mattijs Korpershoek
  2022-12-15 14:52   ` Eddie James
  0 siblings, 1 reply; 3+ messages in thread
From: Mattijs Korpershoek @ 2022-12-15 13:56 UTC (permalink / raw)
  To: Aldas Taraškevičius, eajames, dmitry.torokhov
  Cc: linux-input, linux-kernel, kernel-janitors,
	Aldas Taraškevičius

On Tue, Dec 13, 2022 at 21:48, Aldas Taraškevičius <aldas60@gmail.com> 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 <aldas60@gmail.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

> ---
>  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Input: ibm-panel - fix typo in comment
  2022-12-15 13:56 ` Mattijs Korpershoek
@ 2022-12-15 14:52   ` Eddie James
  0 siblings, 0 replies; 3+ messages in thread
From: Eddie James @ 2022-12-15 14:52 UTC (permalink / raw)
  To: Mattijs Korpershoek, Aldas Taraškevičius,
	dmitry.torokhov
  Cc: linux-input, linux-kernel, kernel-janitors


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


Thanks!

Reviewed-by: Eddie James <eajames@linux.ibm.com>


>>
>> Signed-off-by: Aldas Taraškevičius <aldas60@gmail.com>
> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
>
>> ---
>>   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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-15 14:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-13 19:48 [PATCH] Input: ibm-panel - fix typo in comment Aldas Taraškevičius
2022-12-15 13:56 ` Mattijs Korpershoek
2022-12-15 14:52   ` Eddie James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).