Skip to content

Commit 73e9bb4

Browse files
tobluxrichardweinberger
authored andcommitted
ubifs: Fix grammar in error message
s/much/many/ Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Richard Weinberger <richard@nod.at>
1 parent 82f2b0b commit 73e9bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ubifs/journal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ int ubifs_jnl_write_inode(struct ubifs_info *c, const struct inode *inode)
985985
dbg_jnl("ino %lu, nlink %u", inode->i_ino, inode->i_nlink);
986986

987987
if (kill_xattrs && ui->xattr_cnt > ubifs_xattr_max_cnt(c)) {
988-
ubifs_err(c, "Cannot delete inode, it has too much xattrs!");
988+
ubifs_err(c, "Cannot delete inode, it has too many xattrs!");
989989
err = -EPERM;
990990
ubifs_ro_mode(c, err);
991991
return err;

0 commit comments

Comments
 (0)