Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298125
b: refs/heads/master
c: 4de0347
h: refs/heads/master
i:
  298123: a6a64f0
v: v3
  • Loading branch information
Masanari Iida authored and David Woodhouse committed Mar 26, 2012
1 parent 85bf2b7 commit c7de276
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: a3c1e3b732b3708a80e4035b9d845f3f7c7dd0c9
refs/heads/master: 4de034787251e872f5eded7cfeb3fde094da633a
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 c7de276

Please sign in to comment.