diff options
| author | Thorsten Blum <[email protected]> | 2025-04-22 17:47:57 +0000 |
|---|---|---|
| committer | Richard Weinberger <[email protected]> | 2025-05-22 18:50:43 +0000 |
| commit | 73e9bb465f4ab8cdfc99a1a2252ae80d7587bfc0 (patch) | |
| tree | 902ced3e6771f7447ae8c62a9cf43fc4d5269137 | |
| parent | Linux 6.15-rc6 (diff) | |
| download | kernel-73e9bb465f4ab8cdfc99a1a2252ae80d7587bfc0.tar.gz kernel-73e9bb465f4ab8cdfc99a1a2252ae80d7587bfc0.zip | |
ubifs: Fix grammar in error message
s/much/many/
Reviewed-by: Zhihao Cheng <[email protected]>
Signed-off-by: Thorsten Blum <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
| -rw-r--r-- | fs/ubifs/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/journal.c b/fs/ubifs/journal.c index ee954e64ce7f..e28ab4395e5c 100644 --- a/fs/ubifs/journal.c +++ b/fs/ubifs/journal.c @@ -985,7 +985,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; |
