Clean up more strings
authornorly <ny-git@enpas.org>
Sat, 5 Feb 2022 05:06:15 +0000 (06:06 +0100)
committernorly <ny-git@enpas.org>
Sat, 5 Feb 2022 05:54:18 +0000 (06:54 +0100)
module/elmcan.c
readme.rst

index 7ae344ef52477aae8b589ddee41db3f8021a9c1e..d0b769439b30542483a93debe6c8cd6baf9e6be3 100644 (file)
@@ -1282,7 +1282,7 @@ static int __init elmcan_init(void)
 {
        int status;
 
-       pr_info("ELM327 based best-effort CAN interface driver\n");
+       pr_info("ELM327 based best effort CAN interface driver\n");
        pr_info("This device is severely limited as a CAN interface, see documentation.\n");
 
        status = tty_register_ldisc(N_ELMCAN, &elmcan_ldisc);
index d98dddc09f1517c0af80b478735394ac2eb7ce8d..5aa6b52437e39179cae53945d405cc61a1b868f3 100644 (file)
@@ -24,13 +24,13 @@ Introduction
 -------------
 
 This driver is an effort to turn abundant ELM327 based OBD interfaces
-into full-fledged (as far as possible) CAN interfaces.
+into full fledged (as far as possible) CAN interfaces.
 
-Since the ELM327 was never meant to be a stand-alone CAN controller,
+Since the ELM327 was never meant to be a stand alone CAN controller,
 the driver has to switch between its modes as quickly as possible in
 order to fake full-duplex operation.
 
-As such, elmcan is a best-effort driver. However, this is more than
+As such, elmcan is a best effort driver. However, this is more than
 enough to implement simple request-response protocols (such as OBD II),
 and to monitor broadcast messages on a bus (such as in a vehicle).
 
@@ -118,7 +118,7 @@ Module parameters
 - ``accept_flaky_uart`` - Try to live with a bad controller or UART line
 
        Some adapters and/or their connection are unreliable. Enable this
-       option to try and work around the situation. This is a best-effort
+       option to try and work around the situation. This is a best effort
        workaround, so undefined behavior will likely occur sooner or later.
        Without this option, the driver will bail on the first unrecognized
        character it receives from the TTY.