All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] [PATCH] MODULE_VERSION()
@ 2006-02-04 14:08 Matthew Martin
  2006-02-04 15:19 ` Jesper Juhl
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Matthew Martin @ 2006-02-04 14:08 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

OK, Sorry about last time. Here it is. Could you please tell me what
you mean by "the filenames need to begin with linux-x.y.z/" Is that
2.6.x or something else?


--- /home/matthew/src/linux-2.6.15.2/drivers/usb/storage/usb.c
2006-01-31 00:25:07.000000000 -0600
+++ /home/matthew/linux-2.6.15.2/drivers/usb/storage/usb.c	2006-02-03
14:31:09.000000000 -0600
@@ -95,10 +95,13 @@
 #include "onetouch.h"
 #endif
 
+#define DRV_VERSION "1.75"
+
 /* Some informational data */
 MODULE_AUTHOR("Matthew Dharm <mdharm-usb@one-eyed-alien.net>");
 MODULE_DESCRIPTION("USB Mass Storage driver for Linux");
 MODULE_LICENSE("GPL");
+MODULE_VERSION(DRV_VERSION);
 
 static unsigned int delay_use = 5;
 module_param(delay_use, uint, S_IRUGO | S_IWUSR);





[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2006-02-04 17:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-04 14:08 [KJ] [PATCH] MODULE_VERSION() Matthew Martin
2006-02-04 15:19 ` Jesper Juhl
2006-02-04 16:47 ` Adrian Bunk
2006-02-04 17:29 ` Alexey Dobriyan
2006-02-04 17:38 ` 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.