From: Pete Zaitcev <[EMAIL PROTECTED]>

Add copyright statements and fix a typo.

Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

---
 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 ([EMAIL PROTECTED])
  */
 
 #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 ([EMAIL PROTECTED])
  */
 
 #ifndef __USB_MON_H

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

Reply via email to