Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291774
b: refs/heads/master
c: adfe39c
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Mar 16, 2012
1 parent a657590 commit 4e39ae7
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: 7fa87ce726fa3a2ddd55dc994697dc0e281f9125
refs/heads/master: adfe39cd9195c35811e062578c4107db49d75436
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 allocate class\n");
printk(VIOTAPE_KERN_WARN "Unable to allocat class\n");
ret = PTR_ERR(tape_class);
goto unreg_chrdev;
}
Expand Down

0 comments on commit 4e39ae7

Please sign in to comment.