Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291716
b: refs/heads/master
c: 42ea197
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 9, 2012
1 parent 0eb5f4b commit 59df427
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: d4b48ba395a6289fbd72c1b883cc52ee680d967a
refs/heads/master: 42ea19790e82498e14a24e97b7cf2a83d89203b6
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/compr.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ int jffs2_unregister_compressor(struct jffs2_compressor *comp)

if (comp->usecount) {
spin_unlock(&jffs2_compressor_list_lock);
printk(KERN_WARNING "JFFS2: Compressor modul is in use. Unregister failed.\n");
printk(KERN_WARNING "JFFS2: Compressor module is in use. Unregister failed.\n");
return -1;
}
list_del(&comp->list);
Expand Down

0 comments on commit 59df427

Please sign in to comment.