Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356937
b: refs/heads/master
c: 18283ea
h: refs/heads/master
i:
  356935: 7a01680
v: v3
  • Loading branch information
Wei Liu authored and Konrad Rzeszutek Wilk committed Feb 20, 2013
1 parent 150d588 commit 6db91f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 22230c18ab3bb0b997144687fcd9bd6ababa72bd
refs/heads/master: 18283ea7433c703d3fcce33d189b637a7aaf0a49
4 changes: 2 additions & 2 deletions trunk/drivers/xen/evtchn.c
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,10 @@ static int __init evtchn_init(void)

spin_lock_init(&port_user_lock);

/* Create '/dev/misc/evtchn'. */
/* Create '/dev/xen/evtchn'. */
err = misc_register(&evtchn_miscdev);
if (err != 0) {
printk(KERN_ALERT "Could not register /dev/misc/evtchn\n");
printk(KERN_ERR "Could not register /dev/xen/evtchn\n");
return err;
}

Expand Down

0 comments on commit 6db91f6

Please sign in to comment.