Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5824
b: refs/heads/master
c: da5ca00
h: refs/heads/master
v: v3
  • Loading branch information
Pete Zaitcev authored and Linus Torvalds committed Aug 17, 2005
1 parent e134f1e commit c9ce0a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc1d97e466c2836adebe5618759bfb5b35b3bc0a
refs/heads/master: da5ca008933b3b28303ba44d0be3372fbac7748b
4 changes: 3 additions & 1 deletion trunk/drivers/usb/mon/mon_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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@redhat.com)
*/

#include <linux/kernel.h>
Expand Down Expand Up @@ -311,7 +313,7 @@ static int __init mon_init(void)

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) {
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/usb/mon/usb_mon.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*
* The USB Monitor, inspired by Dave Harding's USBMon.
*
* Copyright (C) 2005 Pete Zaitcev (zaitcev@redhat.com)
*/

#ifndef __USB_MON_H
Expand Down

0 comments on commit c9ce0a1

Please sign in to comment.