Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

misc: ibmasm: Modify matricies to matrices

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>

authored by

Guoqing Chi and committed by
Greg Kroah-Hartman
1db37611 7487257c

+1 -1
+1 -1
drivers/misc/ibmasm/remote.h
··· 43 43 #define REMOTE_BUTTON_MIDDLE 0x02 44 44 #define REMOTE_BUTTON_RIGHT 0x04 45 45 46 - /* size of keysym/keycode translation matricies */ 46 + /* size of keysym/keycode translation matrices */ 47 47 #define XLATE_SIZE 256 48 48 49 49 struct mouse_input {