summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2022-03-16 21:16:27 +0100
committernorly <ny-git@enpas.org>2022-03-16 21:16:27 +0100
commit2ea8bc70cba76048f02e7fadd6c7ccdbb7f0d316 (patch)
treedcd426118cb58c1fa87110c8947e35076270db9f /module
parentd4ca631269f4042835bb9cab60ea5c0b433a449d (diff)
Re-add author names
Diffstat (limited to 'module')
-rw-r--r--module/elmcan.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/module/elmcan.c b/module/elmcan.c
index 198ef51..cfcbf2f 100644
--- a/module/elmcan.c
+++ b/module/elmcan.c
@@ -4,6 +4,11 @@
* 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.
+ *
+ * elmcan.c Author : Max Staudt <max-linux@enpas.org>
+ * slcan.c Author : Oliver Hartkopp <socketcan@hartkopp.net>
+ * slip.c Authors : Laurence Culhane <loz@holmes.demon.co.uk>
+ * Fred N. van Kempen <waltje@uwalt.nl.mugnet.org>
*/
#define pr_fmt(fmt) "[elmcan] " fmt