fs/udf/directory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
There is a spelling mistake in a udf_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
fs/udf/directory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/udf/directory.c b/fs/udf/directory.c
index a4c91905b033..18a1514871fe 100644
--- a/fs/udf/directory.c
+++ b/fs/udf/directory.c
@@ -34,7 +34,7 @@ static int udf_verify_fi(struct udf_fileident_iter *iter)
len = udf_dir_entry_len(&iter->fi);
if (le16_to_cpu(iter->fi.lengthOfImpUse) & 3) {
udf_err(iter->dir->i_sb,
- "directory (ino %lu) has entry at pos %llu with unaligned lenght of impUse field\n",
+ "directory (ino %lu) has entry at pos %llu with unaligned length of impUse field\n",
iter->dir->i_ino, (unsigned long long)iter->pos);
return -EFSCORRUPTED;
}
--
2.30.2
On Fri 30-12-22 23:14:52, Colin Ian King wrote: > There is a spelling mistake in a udf_err message. Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Thanks! I've merged the patch to my tree. Honza > --- > fs/udf/directory.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/udf/directory.c b/fs/udf/directory.c > index a4c91905b033..18a1514871fe 100644 > --- a/fs/udf/directory.c > +++ b/fs/udf/directory.c > @@ -34,7 +34,7 @@ static int udf_verify_fi(struct udf_fileident_iter *iter) > len = udf_dir_entry_len(&iter->fi); > if (le16_to_cpu(iter->fi.lengthOfImpUse) & 3) { > udf_err(iter->dir->i_sb, > - "directory (ino %lu) has entry at pos %llu with unaligned lenght of impUse field\n", > + "directory (ino %lu) has entry at pos %llu with unaligned length of impUse field\n", > iter->dir->i_ino, (unsigned long long)iter->pos); > return -EFSCORRUPTED; > } > -- > 2.30.2 > -- Jan Kara <jack@suse.com> SUSE Labs, CR
© 2016 - 2025 Red Hat, Inc.