All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Martin <lihnucks@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] [PATCH] MODULE_VERSION()
Date: Sat, 04 Feb 2006 14:08:45 +0000	[thread overview]
Message-ID: <1139062125.8030.4.camel@localhost.localdomain> (raw)

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

             reply	other threads:[~2006-02-04 14:08 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-04 14:08 Matthew Martin [this message]
2006-02-04 15:19 ` [KJ] [PATCH] MODULE_VERSION() Jesper Juhl
2006-02-04 16:47 ` Adrian Bunk
2006-02-04 17:29 ` Alexey Dobriyan
2006-02-04 17:38 ` 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=1139062125.8030.4.camel@localhost.localdomain \
    --to=lihnucks@gmail.com \
    --cc=kernel-janitors@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.