[patch 7/7] USB: usbmon: Copyrights and a typo

From: Greg Kroah-Hartman
Date: Tue Aug 16 2005 - 17:18:12 EST


From: Pete Zaitcev <zaitcev@xxxxxxxxxx>

Add copyright statements and fix a typo.

Signed-off-by: Pete Zaitcev <zaitcev@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
drivers/usb/mon/mon_main.c | 4 +++-
drivers/usb/mon/usb_mon.h | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)

--- gregkh-2.6.orig/drivers/usb/mon/mon_main.c 2005-06-17 12:48:29.000000000 -0700
+++ gregkh-2.6/drivers/usb/mon/mon_main.c 2005-08-15 23:40:15.000000000 -0700
@@ -2,6 +2,8 @@
* The USB Monitor, inspired by Dave Harding's USBMon.
*
* mon_main.c: Main file, module initiation and exit, registrations, etc.
+ *
+ * Copyright (C) 2005 Pete Zaitcev (zaitcev@xxxxxxxxxx)
*/

#include <linux/kernel.h>
@@ -311,7 +313,7 @@

mondir = debugfs_create_dir("usbmon", NULL);
if (IS_ERR(mondir)) {
- printk(KERN_NOTICE TAG ": debugs is not available\n");
+ printk(KERN_NOTICE TAG ": debugfs is not available\n");
return -ENODEV;
}
if (mondir == NULL) {
--- gregkh-2.6.orig/drivers/usb/mon/usb_mon.h 2005-08-15 23:40:08.000000000 -0700
+++ gregkh-2.6/drivers/usb/mon/usb_mon.h 2005-08-15 23:40:15.000000000 -0700
@@ -1,5 +1,7 @@
/*
* The USB Monitor, inspired by Dave Harding's USBMon.
+ *
+ * Copyright (C) 2005 Pete Zaitcev (zaitcev@xxxxxxxxxx)
*/

#ifndef __USB_MON_H

--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/