linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tun: remove copyright printing
@ 2017-03-08 15:46 Corentin Labbe
  2017-03-08 23:20 ` Stephen Hemminger
  2017-03-10  1:23 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Corentin Labbe @ 2017-03-08 15:46 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-kernel, Corentin Labbe

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>
---
 drivers/net/tun.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index dc1b1dd..f58b7d8 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) {
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tun: remove copyright printing
  2017-03-08 15:46 [PATCH] tun: remove copyright printing Corentin Labbe
@ 2017-03-08 23:20 ` Stephen Hemminger
  2017-03-10  1:23 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2017-03-08 23:20 UTC (permalink / raw)
  To: Corentin Labbe; +Cc: davem, netdev, linux-kernel

On Wed,  8 Mar 2017 16:46:57 +0100
Corentin Labbe <clabbe.montjoie@gmail.com> wrote:

> 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>
> ---
>  drivers/net/tun.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/tun.c b/drivers/net/tun.c
> index dc1b1dd..f58b7d8 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) {

Why not just kill the pr_info() all together.
It is just a vanity message.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tun: remove copyright printing
  2017-03-08 15:46 [PATCH] tun: remove copyright printing Corentin Labbe
  2017-03-08 23:20 ` Stephen Hemminger
@ 2017-03-10  1:23 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2017-03-10  1:23 UTC (permalink / raw)
  To: clabbe.montjoie; +Cc: netdev, linux-kernel

From: Corentin Labbe <clabbe.montjoie@gmail.com>
Date: Wed,  8 Mar 2017 16:46:57 +0100

> 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>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-10  1:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-08 15:46 [PATCH] tun: remove copyright printing Corentin Labbe
2017-03-08 23:20 ` Stephen Hemminger
2017-03-10  1:23 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).