tun: remove copyright printing
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Wed, 8 Mar 2017 15:46:57 +0000 (16:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Mar 2017 01:22:48 +0000 (17:22 -0800)
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>
drivers/net/tun.c

index dc1b1dd..f58b7d8 100644 (file)
@@ -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) {