From: LABBE Corentin Date: Wed, 8 Mar 2017 15:46:57 +0000 (+0100) Subject: tun: remove copyright printing X-Git-Tag: v4.11-rc3~28^2~32 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6cbac9828627b89487144c1e4448d7e0a6ab22ca;p=karo-tx-linux.git 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 Signed-off-by: David S. Miller --- 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) {