[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <17778cd929853f5e8f442171aa5a61d84a78957b.1305369176.git.mfm@muteddisk.com>
Date: Sat, 14 May 2011 03:55:16 -0700
From: matt mooney <mfmooney@...il.com>
To: Greg Kroah-Hartman <greg@...ah.com>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 10/14] staging: usbip: userspace: remove revision $Id$
From: matt mooney <mfm@...eddisk.com>
This is git not CVS!
Signed-off-by: matt mooney <mfm@...eddisk.com>
---
drivers/staging/usbip/userspace/src/bind-driver.c | 1 -
drivers/staging/usbip/userspace/src/usbip.c | 4 +---
.../staging/usbip/userspace/src/usbip_network.c | 1 -
drivers/staging/usbip/userspace/src/usbipd.c | 4 +---
drivers/staging/usbip/userspace/src/utils.c | 1 -
5 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/drivers/staging/usbip/userspace/src/bind-driver.c b/drivers/staging/usbip/userspace/src/bind-driver.c
index 12918c1..955c86b 100644
--- a/drivers/staging/usbip/userspace/src/bind-driver.c
+++ b/drivers/staging/usbip/userspace/src/bind-driver.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
diff --git a/drivers/staging/usbip/userspace/src/usbip.c b/drivers/staging/usbip/userspace/src/usbip.c
index 3943d15..01a5628 100644
--- a/drivers/staging/usbip/userspace/src/usbip.c
+++ b/drivers/staging/usbip/userspace/src/usbip.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
@@ -17,8 +16,7 @@
#include <fcntl.h>
#include <glib.h>
-static const char version[] = PACKAGE_STRING
- " ($Id$)";
+static const char version[] = PACKAGE_STRING;
/* /sys/devices/platform/vhci_hcd/usb6/6-1/6-1:1.1 -> 1 */
diff --git a/drivers/staging/usbip/userspace/src/usbip_network.c b/drivers/staging/usbip/userspace/src/usbip_network.c
index a3a955b..726173e 100644
--- a/drivers/staging/usbip/userspace/src/usbip_network.c
+++ b/drivers/staging/usbip/userspace/src/usbip_network.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
diff --git a/drivers/staging/usbip/userspace/src/usbipd.c b/drivers/staging/usbip/userspace/src/usbipd.c
index 441dcde..409d064 100644
--- a/drivers/staging/usbip/userspace/src/usbipd.c
+++ b/drivers/staging/usbip/userspace/src/usbipd.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
@@ -31,8 +30,7 @@
#include <glib.h>
-static const char version[] = PACKAGE_STRING
- " ($Id$)";
+static const char version[] = PACKAGE_STRING;
static int send_reply_devlist(int sockfd)
diff --git a/drivers/staging/usbip/userspace/src/utils.c b/drivers/staging/usbip/userspace/src/utils.c
index 403c30f..8f44108 100644
--- a/drivers/staging/usbip/userspace/src/utils.c
+++ b/drivers/staging/usbip/userspace/src/utils.c
@@ -1,5 +1,4 @@
/*
- * $Id$
*
* Copyright (C) 2005-2007 Takahiro Hirofuchi
*/
--
1.7.5.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists