Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288811
b: refs/heads/master
c: 5fb15db
h: refs/heads/master
i:
  288809: 4c7b31a
  288807: 94a916b
v: v3
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent c6dc53a commit 71fe901
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 815b043ddac433eecb2899cb2090495b27f77aac
refs/heads/master: 5fb15db4376fed99f6f1cae552766f9d81f062e3
2 changes: 1 addition & 1 deletion trunk/drivers/char/viotape.c
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ int __init viotap_init(void)

tape_class = class_create(THIS_MODULE, "tape");
if (IS_ERR(tape_class)) {
printk(VIOTAPE_KERN_WARN "Unable to allocat class\n");
printk(VIOTAPE_KERN_WARN "Unable to allocate class\n");
ret = PTR_ERR(tape_class);
goto unreg_chrdev;
}
Expand Down

0 comments on commit 71fe901

Please sign in to comment.