The word 'descriptor' is misspelled throughout the tree. Fix it up accordingly: decriptor -> descriptor Signed-off-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> --- v2: Fix commit message to reflect actual word replaced --- drivers/input/joystick/spaceball.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/joystick/spaceball.c b/drivers/input/joystick/spaceball.c index 429411c6c0a8..dc9c1475229e 100644 --- a/drivers/input/joystick/spaceball.c +++ b/drivers/input/joystick/spaceball.c @@ -124,7 +124,7 @@ static void spaceball_process_packet(struct spaceball* spaceball) } /* - * Spaceball 4000 FLX packets all start with a one letter packet-type decriptor, + * Spaceball 4000 FLX packets all start with a one letter packet-type descriptor, * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which * can occur in the axis values. */ -- 2.25.1