From: arne.fitzenreiter@gmx.de
To: mcgrof@kernel.org
Cc: linux-wireless@vger.kernel.org, linux-bluetooth@vger.kernel.org
Subject: [PATCH] compat: fix kfifo taint's kernel (missing license info)
Date: Tue, 24 May 2011 19:33:01 +0200 [thread overview]
Message-ID: <20110524173301.24960@gmx.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 596 bytes --]
compat wireless kfifo modul has no MODULE_LICENSE. The kernel does'nt like this.
Sorry for the last empty mail...
--
Arne Fitzenreiter
----------------------------------------------
mailto:arne@fitzenreiter.de
http://www.fitzenreiter.de
ICQ: 285-193-731
----------------------------------------------
Tel: +49 179/8603400 (Mo-Do 17-22 Uhr)
Tel: +49 36337/18300 (Wochendende)
sip://493633718300@warriors.homedns.org
----------------------------------------------
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
[-- Attachment #2: compat-wireless-2.6.39_kfifo_module_info.patch --]
[-- Type: application/octet-stream, Size: 562 bytes --]
diff -Naur compat-wireless-2.6.39-1-sn.org/compat/kfifo.c compat-wireless-2.6.39-1-sn/compat/kfifo.c
--- compat-wireless-2.6.39-1-sn.org/compat/kfifo.c 2011-05-24 01:43:48.000000000 +0200
+++ compat-wireless-2.6.39-1-sn/compat/kfifo.c 2011-05-24 17:20:06.956818313 +0200
@@ -27,6 +27,10 @@
#include <linux/uaccess.h>
#include <linux/kfifo.h>
+MODULE_LICENSE("GPL");
+MODULE_AUTHOR("Stefani Seibold <stefani@seibold.net>");
+MODULE_DESCRIPTION("A generic kernel FIFO implementation");
+
/*
* internal helper to calculate the unused elements in a fifo
*/
next reply other threads:[~2011-05-24 17:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-24 17:33 arne.fitzenreiter [this message]
2011-05-24 17:43 ` [PATCH] compat: fix kfifo taint's kernel (missing license info) Randy Dunlap
-- strict thread matches above, loose matches on Subject: below --
2011-05-24 17:30 arne.fitzenreiter
2011-05-24 17:31 ` Randy Dunlap
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=20110524173301.24960@gmx.net \
--to=arne.fitzenreiter@gmx.de \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox