From 46fc3e886eba92dd504f59fc0f5a4525eb380d98 Mon Sep 17 00:00:00 2001 From: hartkopp Date: Wed, 17 Nov 2010 18:35:54 +0000 Subject: [PATCH] slcan: Change copyright/module author according to the real maintainer. git-svn-id: svn://svn.berlios.de//socketcan/trunk@1207 030b6a49-0b11-0410-94ab-b0dab22257f2 --- kernel/2.6/drivers/net/can/slcan.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/kernel/2.6/drivers/net/can/slcan.c b/kernel/2.6/drivers/net/can/slcan.c index 2e98762..454d826 100644 --- a/kernel/2.6/drivers/net/can/slcan.c +++ b/kernel/2.6/drivers/net/can/slcan.c @@ -3,16 +3,9 @@ * * This file is derived from linux/drivers/net/slip.c * - * Therefore it has the same (strange?) behaviour not to unregister the - * netdevice when detaching the tty. Is there any better solution? - * - * Do not try to attach, detach and re-attach a tty for this reason ... - * * slip.c Authors : Laurence Culhane * Fred N. van Kempen - * slcan.c Author : Oliver Hartkopp - * - * Copyright (c) 2007-2009 Volkswagen Group Electronic Research + * slcan.c Author : Oliver Hartkopp * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -85,7 +78,7 @@ static __initdata const char banner[] = MODULE_ALIAS_LDISC(N_SLCAN); MODULE_DESCRIPTION("serial line CAN interface"); MODULE_LICENSE("GPL"); -MODULE_AUTHOR("Oliver Hartkopp "); +MODULE_AUTHOR("Oliver Hartkopp "); #ifdef CONFIG_CAN_DEBUG_DEVICES static int debug; -- 2.39.2