Commit da5ca008 authored by Pete Zaitcev's avatar Pete Zaitcev Committed by Linus Torvalds

[PATCH] USB: usbmon: Copyrights and a typo

Add copyright statements and fix a typo.
Signed-off-by: default avatarPete Zaitcev <zaitcev@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dc1d97e4
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
* The USB Monitor, inspired by Dave Harding's USBMon. * The USB Monitor, inspired by Dave Harding's USBMon.
* *
* mon_main.c: Main file, module initiation and exit, registrations, etc. * mon_main.c: Main file, module initiation and exit, registrations, etc.
*
* Copyright (C) 2005 Pete Zaitcev (zaitcev@redhat.com)
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
...@@ -311,7 +313,7 @@ static int __init mon_init(void) ...@@ -311,7 +313,7 @@ static int __init mon_init(void)
mondir = debugfs_create_dir("usbmon", NULL); mondir = debugfs_create_dir("usbmon", NULL);
if (IS_ERR(mondir)) { if (IS_ERR(mondir)) {
printk(KERN_NOTICE TAG ": debugs is not available\n"); printk(KERN_NOTICE TAG ": debugfs is not available\n");
return -ENODEV; return -ENODEV;
} }
if (mondir == NULL) { if (mondir == NULL) {
......
/* /*
* The USB Monitor, inspired by Dave Harding's USBMon. * The USB Monitor, inspired by Dave Harding's USBMon.
*
* Copyright (C) 2005 Pete Zaitcev (zaitcev@redhat.com)
*/ */
#ifndef __USB_MON_H #ifndef __USB_MON_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment