diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2017-03-08 16:46:57 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-09 17:22:48 -0800 |
commit | 6cbac9828627b89487144c1e4448d7e0a6ab22ca (patch) | |
tree | 31da8f8d39bfd68f3535ad1a87e985b5c8db7684 /drivers/net | |
parent | 9f138fa609c47403374a862a08a41394be53d461 (diff) |
tun: remove copyright printing
Printing copyright does not give any useful information on the boot
process.
Furthermore, the email address printed is obsolete since
commit ba57b6f20429 ("MAINTAINERS: fix bouncing tun/tap entries")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/tun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c index dc1b1dd9157c..f58b7d850114 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c @@ -2570,7 +2570,6 @@ static int __init tun_init(void) int ret = 0; pr_info("%s, %s\n", DRV_DESCRIPTION, DRV_VERSION); - pr_info("%s\n", DRV_COPYRIGHT); ret = rtnl_link_register(&tun_link_ops); if (ret) { |