summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2022-05-01 23:49:01 +0200
committernorly <ny-git@enpas.org>2022-05-01 23:49:01 +0200
commit978a5f0b7752e110fd03936f3886e2afaf19eb27 (patch)
treeb7069ab9fca520fad30307122714c35f15bd5f6f /module
parent176ce0289426c50e1c1e4d486c82c6cf1c028d06 (diff)
Shorten the derivation comment at the start
Diffstat (limited to 'module')
-rw-r--r--module/elmcan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/elmcan.c b/module/elmcan.c
index 76e1389..4409642 100644
--- a/module/elmcan.c
+++ b/module/elmcan.c
@@ -2,8 +2,7 @@
/* ELM327 based CAN interface driver (tty line discipline)
*
* This driver started as a derivative of linux/drivers/net/can/slcan.c
- * and my thanks go to the original authors for their inspiration, even
- * after almost none of their code is left.
+ * and my thanks go to the original authors for their inspiration.
*
* elmcan.c Author : Max Staudt <max-linux@enpas.org>
* slcan.c Author : Oliver Hartkopp <socketcan@hartkopp.net>