From: Ryusuke Konishi Date: Sat, 13 Mar 2010 18:17:45 +0000 (+0900) Subject: nilfs2: fix typo "cout" -> "count" in error message X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1621562b6ac55aa69239895d90276577547a5f62;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git nilfs2: fix typo "cout" -> "count" in error message Signed-off-by: Ryusuke Konishi --- diff --git a/fs/nilfs2/dir.c b/fs/nilfs2/dir.c index 0092840492ee..85c89dfc71f0 100644 --- a/fs/nilfs2/dir.c +++ b/fs/nilfs2/dir.c @@ -396,7 +396,7 @@ nilfs_find_entry(struct inode *dir, const struct qstr *qstr, /* next page is past the blocks we've got */ if (unlikely(n > (dir->i_blocks >> (PAGE_CACHE_SHIFT - 9)))) { nilfs_error(dir->i_sb, __func__, - "dir %lu size %lld exceeds block cout %llu", + "dir %lu size %lld exceeds block count %llu", dir->i_ino, dir->i_size, (unsigned long long)dir->i_blocks); goto out;