Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291713
b: refs/heads/master
c: a7ccf37
h: refs/heads/master
i:
  291711: dcca023
v: v3
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 9, 2012
1 parent ea5c178 commit 4b05d47
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: 934e7d44b810691ae5aefa3308b97a402aac1a55
refs/heads/master: a7ccf3775219bfcb2e0df73619abbe13abc6408f
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 4b05d47

Please sign in to comment.