projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7487257
)
misc: ibmasm: Modify matricies to matrices
author
Guoqing Chi
<chiguoqing@yulong.com>
Mon, 21 Jun 2021 03:11:00 +0000
(
03:11
+0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 24 Jun 2021 13:47:42 +0000
(15:47 +0200)
The plural of "matrix" is "matrices".
Signed-off-by: Guoqing Chi <chiguoqing@yulong.com>
Link:
https://lore.kernel.org/r/20210621031100.13093-1-chi962464zy@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ibmasm/remote.h
patch
|
blob
|
history
diff --git
a/drivers/misc/ibmasm/remote.h
b/drivers/misc/ibmasm/remote.h
index 8d364462aeead15de165696692fdc9e2a90d028e..ec4e78ec5a677b10941da7cc05ea9e1bcea6568c 100644
(file)
--- a/
drivers/misc/ibmasm/remote.h
+++ b/
drivers/misc/ibmasm/remote.h
@@
-43,7
+43,7
@@
#define REMOTE_BUTTON_MIDDLE 0x02
#define REMOTE_BUTTON_RIGHT 0x04
-/* size of keysym/keycode translation matric
i
es */
+/* size of keysym/keycode translation matrices */
#define XLATE_SIZE 256
struct mouse_input {