projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82f2b0b
)
ubifs: Fix grammar in error message
author
Thorsten Blum
<thorsten.blum@linux.dev>
Tue, 22 Apr 2025 17:47:57 +0000
(19:47 +0200)
committer
Richard Weinberger
<richard@nod.at>
Thu, 22 May 2025 18:50:43 +0000
(20:50 +0200)
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>
fs/ubifs/journal.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ubifs/journal.c
b/fs/ubifs/journal.c
index ee954e64ce7fea3d990aa1d9a55fd66c599f4191..e28ab4395e5ca404d8e8d8f735c3113b58bcc941 100644
(file)
--- 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 m
uch
xattrs!");
+ ubifs_err(c, "Cannot delete inode, it has too m
any
xattrs!");
err = -EPERM;
ubifs_ro_mode(c, err);
return err;