All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc: ibmasm: Modify matricies to matrices
@ 2021-06-21  3:11 Guoqing Chi
  0 siblings, 0 replies; only message in thread
From: Guoqing Chi @ 2021-06-21  3:11 UTC (permalink / raw)
  To: gregkh; +Cc: arnd, linux-kernel, chi962464zy, chiguoqing

From: Guoqing Chi <chiguoqing@yulong.com>

The plural of "matrix" is "matrices".

Signed-off-by: Guoqing Chi <chiguoqing@yulong.com>
---
 drivers/misc/ibmasm/remote.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/ibmasm/remote.h b/drivers/misc/ibmasm/remote.h
index 8d364462aeea..ec4e78ec5a67 100644
--- 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 matricies */
+/* size of keysym/keycode translation matrices */
 #define XLATE_SIZE 256
 
 struct mouse_input {
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-21  3:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21  3:11 [PATCH] misc: ibmasm: Modify matricies to matrices Guoqing Chi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.