mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:20:50 +07:00
Input: libps2.c: fix comment typo arrrives.
Fix a typo in a comment. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
5f36622788
commit
83ae417b85
@ -210,7 +210,7 @@ int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command)
|
|||||||
/*
|
/*
|
||||||
* Some devices (Synaptics) peform the reset before
|
* Some devices (Synaptics) peform the reset before
|
||||||
* ACKing the reset command, and so it can take a long
|
* ACKing the reset command, and so it can take a long
|
||||||
* time before the ACK arrrives.
|
* time before the ACK arrives.
|
||||||
*/
|
*/
|
||||||
if (ps2_sendbyte(ps2dev, command & 0xff,
|
if (ps2_sendbyte(ps2dev, command & 0xff,
|
||||||
command == PS2_CMD_RESET_BAT ? 1000 : 200))
|
command == PS2_CMD_RESET_BAT ? 1000 : 200))
|
||||||
|
Loading…
Reference in New Issue
Block a user