All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Reinecke <nr@das-labor.org>
To: netdev@vger.kernel.org
Subject: [Patch] mdio add missing GPL flag
Date: Thu, 25 Jun 2009 14:55:31 +0200	[thread overview]
Message-ID: <1245934531.7828.25.camel@allekto> (raw)

Add missing GPL flag and description.

mdio: module license 'unspecified' taints kernel.
Disabling lock debugging due to kernel taint

Signed-off-by: Nicolas Reinecke <nr <at> das-labor.org> 
---
drivers/net/mdio.c |    5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/net/mdio.c b/drivers/net/mdio.c
index dc45e98..09a351c 100644
--- a/drivers/net/mdio.c
+++ b/drivers/net/mdio.c
@@ -14,6 +14,11 @@
#include <linux/mdio.h>
#include <linux/module.h>

+MODULE_DESCRIPTION("Generic support for MDIO-compatible transceivers");
+MODULE_AUTHOR("Copyright 2006-2009 Solarflare Communications Inc.");
+MODULE_LICENSE("GPL");
+
+
/**
  * mdio45_probe - probe for an MDIO (clause 45) device
  * @mdio: MDIO interface


             reply	other threads:[~2009-06-25 13:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-25 12:55 Nicolas Reinecke [this message]
2009-06-25 14:04 ` [Patch] mdio add missing GPL flag Ben Hutchings

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1245934531.7828.25.camel@allekto \
    --to=nr@das-labor.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.