accessiblity: speakup: cleanup comments
authorTom Rix <trix@redhat.com>
Tue, 29 Mar 2022 19:54:01 +0000 (12:54 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Apr 2022 17:24:00 +0000 (19:24 +0200)
Replace for spelling
keypresses to key presses
bytesize to byte size
specificly to specifically

Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220329195401.3220408-1-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 files changed:
drivers/accessibility/speakup/fakekey.c
drivers/accessibility/speakup/serialio.c
drivers/accessibility/speakup/speakup_acntpc.c
drivers/accessibility/speakup/speakup_acntsa.c
drivers/accessibility/speakup/speakup_apollo.c
drivers/accessibility/speakup/speakup_audptr.c
drivers/accessibility/speakup/speakup_bns.c
drivers/accessibility/speakup/speakup_decext.c
drivers/accessibility/speakup/speakup_dectlk.c
drivers/accessibility/speakup/speakup_dtlk.c
drivers/accessibility/speakup/speakup_dummy.c
drivers/accessibility/speakup/speakup_keypc.c
drivers/accessibility/speakup/speakup_ltlk.c
drivers/accessibility/speakup/speakup_soft.c
drivers/accessibility/speakup/speakup_spkout.c
drivers/accessibility/speakup/speakup_txprt.c

index cd029968462f4006e595c42c8f909350f4c6775a..868c47b2a59b81a4a1d41b0d31649d03279362ac 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /* fakekey.c
- * Functions for simulating keypresses.
+ * Functions for simulating key presses.
  *
  * Copyright (C) 2010 the Speakup Team
  */
@@ -78,7 +78,7 @@ void speakup_fake_down_arrow(void)
 }
 
 /*
- * Are we handling a simulated keypress on the current CPU?
+ * Are we handling a simulated key press on the current CPU?
  * Returns a boolean.
  */
 bool speakup_fake_key_pressed(void)
index 53580bdc5baa1be549edeea82b577f878a16ad92..3418ea31d28fe18c25135dfbeb5b747da93d18c9 100644 (file)
@@ -59,7 +59,7 @@ const struct old_serial_port *spk_serial_init(int index)
        }
        ser = rs_table + index;
 
-       /*      Divisor, bytesize and parity */
+       /*      Divisor, byte size and parity */
        quot = ser->baud_base / baud;
        cval = cflag & (CSIZE | CSTOPB);
 #if defined(__powerpc__) || defined(__alpha__)
index 023172ca22efa1ddc2fcaa13b3ffe3ae6973aa3a..a55b60754eb1059abc7760c6518fa4e7840ef02b 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * this code is specificly written as a driver for the speakup screenreview
+ * this code is specifically written as a driver for the speakup screenreview
  * package and is not a general device driver.
  * This driver is for the Aicom Acent PC internal synthesizer.
  */
index 3a863dc61286ab2e0d30525d421a878f0b1e2003..2697c51ed6b565d1a25e3edd63cfbbc67279da99 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * this code is specificly written as a driver for the speakup screenreview
+ * this code is specifically written as a driver for the speakup screenreview
  * package and is not a general device driver.
  */
 
index cd63581b2e99edec7b7020e578bc8f3c3164cfb6..c84a7e0864b7c15cf2f263c5c985ac8bba6f9ee1 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * this code is specificly written as a driver for the speakup screenreview
+ * this code is specifically written as a driver for the speakup screenreview
  * package and is not a general device driver.
  */
 #include <linux/jiffies.h>
index a0c3b8ae17a15445ab578436dfe0a244118ac643..4d16d60db9b2300fdfa3b5960d6a727870565cb9 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
  * s not a general device driver.
  */
 #include "spk_priv.h"
index 76dfa3f7c05864a2785e51ea2f7b300f05b68e41..b8103eb117b861662c50292325ea1965ad5ec328 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * this code is specificly written as a driver for the speakup screenreview
+ * this code is specifically written as a driver for the speakup screenreview
  * package and is not a general device driver.
  */
 #include "spk_priv.h"
index 092cfd08a9e18d8a274d7e4d14ea5d0a47b1afec..eaebf62300a41a79b4b7715a5d36a9f04404e03c 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
  * s not a general device driver.
  */
 #include <linux/jiffies.h>
index 78ca4987e619e287001893eb09e22f90b39f7cb9..2a7e8d727904aec475958f0b050fdda41069c05b 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
  * s not a general device driver.
  */
 #include <linux/unistd.h>
index a9dd5c45d237465367b8f22c63816c64f459f19d..6f01e010aaf43c6cc9fff1953ad19a053b771e56 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
  * package it's not a general device driver.
  * This driver is for the RC Systems DoubleTalk PC internal synthesizer.
  */
index 63c2f29432823ce9cbcb28ef2e019986c83857c8..34f11cd47073e86a130ba8b1c1d9f86943fecc29 100644 (file)
@@ -8,7 +8,7 @@
  * Copyright (C) 2003 David Borowski.
  * Copyright (C) 2007 Samuel Thibault.
  *
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
  * s not a general device driver.
  */
 #include "spk_priv.h"
index 1618be87bff1a513d135d49812c392366f06aa3e..f61b62f1ea4dbeedf9c6776413d46bda1627a0d6 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2003 David Borowski.
  *
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
  * package it's not a general device driver.
  * This driver is for the Keynote Gold internal synthesizer.
  */
index 3e59b387d0c4f92e9c14be441bc1235b350f5b62..f885cfaa27c80070e598e473765f6913af759d4f 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
  * s not a general device driver.
  */
 #include "speakup.h"
index 19824e7006fe1e296072b17ab972dbd00c8c21fc..1ced2721513e1d2320545ce501828f9bf3d0f414 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (C) 2003  Kirk Reiser.
  *
- * this code is specificly written as a driver for the speakup screenreview
+ * this code is specifically written as a driver for the speakup screenreview
  * package and is not a general device driver.
  */
 
index bd3d8dc300ff331b4128784a4a66914e3fa6ca7b..5e3bb3aa98b62e82d379a9fdeffbc06a5c05067b 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
  * s not a general device driver.
  */
 #include "spk_priv.h"
index a7326f226a5e9d63e25a86f791b05d383dab67ab..9e781347f7ebb2532b8252183b476c20dc3b28e9 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright (C) 1998-99  Kirk Reiser.
  * Copyright (C) 2003 David Borowski.
  *
- * specificly written as a driver for the speakup screenreview
+ * specifically written as a driver for the speakup screenreview
  * s not a general device driver.
  */
 #include "spk_priv.h"