[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250318162558.100462-2-thorsten.blum@linux.dev>
Date: Tue, 18 Mar 2025 17:25:59 +0100
From: Thorsten Blum <thorsten.blum@...ux.dev>
To: Richard Weinberger <richard@....at>,
Zhihao Cheng <chengzhihao1@...wei.com>
Cc: Thorsten Blum <thorsten.blum@...ux.dev>,
linux-mtd@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] ubifs: Fix grammar in error message
s/much/many/
Signed-off-by: Thorsten Blum <thorsten.blum@...ux.dev>
---
fs/ubifs/journal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ubifs/journal.c b/fs/ubifs/journal.c
index 36ba79fbd2ff..923c0bbff303 100644
--- a/fs/ubifs/journal.c
+++ b/fs/ubifs/journal.c
@@ -982,7 +982,7 @@ int ubifs_jnl_write_inode(struct ubifs_info *c, const struct inode *inode)
dbg_jnl("ino %lu, nlink %u", inode->i_ino, inode->i_nlink);
if (kill_xattrs && ui->xattr_cnt > ubifs_xattr_max_cnt(c)) {
- ubifs_err(c, "Cannot delete inode, it has too much xattrs!");
+ ubifs_err(c, "Cannot delete inode, it has too many xattrs!");
err = -EPERM;
ubifs_ro_mode(c, err);
return err;
--
2.48.1
Powered by blists - more mailing lists