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-next>] [day] [month] [year] [list]
Date:   Tue, 13 Dec 2022 21:48:55 +0200
From:   Aldas Taraškevičius <aldas60@...il.com>
To:     eajames@...ux.ibm.com, dmitry.torokhov@...il.com
Cc:     linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
        kernel-janitors@...r.kernel.org,
        Aldas Taraškevičius <aldas60@...il.com>
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 <aldas60@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ