summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2022-02-05 06:06:15 +0100
committernorly <ny-git@enpas.org>2022-02-05 06:54:18 +0100
commit0bc8af304d78d8e7dcf297b08c257f47edc9741e (patch)
tree4f197339bb2fd7bbd779668b8eeab2966d5fe86d /module
parent56aea2e8b5a42e7fb6512a1f6945aa2e1af0002c (diff)
Clean up more strings
Diffstat (limited to 'module')
-rw-r--r--module/elmcan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/elmcan.c b/module/elmcan.c
index 7ae344e..d0b7694 100644
--- a/module/elmcan.c
+++ b/module/elmcan.c
@@ -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);