All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compat: fix kfifo taint's kernel (missing license info)
@ 2011-05-24 17:30 arne.fitzenreiter
  2011-05-24 17:31 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: arne.fitzenreiter @ 2011-05-24 17:30 UTC (permalink / raw)
  To: mcgrof; +Cc: linux-wireless, linux-bluetooth


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

NEU: FreePhone - kostenlos mobil telefonieren!			
Jetzt informieren: http://www.gmx.net/de/go/freephone

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH] compat: fix kfifo taint's kernel (missing license info)
@ 2011-05-24 17:33 arne.fitzenreiter
  2011-05-24 17:43 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: arne.fitzenreiter @ 2011-05-24 17:33 UTC (permalink / raw)
  To: mcgrof; +Cc: linux-wireless, linux-bluetooth

[-- 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
  */

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

end of thread, other threads:[~2011-05-24 17:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24 17:30 [PATCH] compat: fix kfifo taint's kernel (missing license info) arne.fitzenreiter
2011-05-24 17:31 ` Randy Dunlap
  -- strict thread matches above, loose matches on Subject: below --
2011-05-24 17:33 arne.fitzenreiter
2011-05-24 17:43 ` Randy Dunlap

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.