lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ae124d6b-6b15-88a9-9f67-be0d17024d94@huawei.com>
Date: Wed, 19 Mar 2025 11:38:54 +0800
From: Zhihao Cheng <chengzhihao1@...wei.com>
To: Thorsten Blum <thorsten.blum@...ux.dev>, Richard Weinberger
	<richard@....at>
CC: <linux-mtd@...ts.infradead.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ubifs: Fix grammar in error message

在 2025/3/19 0:25, Thorsten Blum 写道:
> s/much/many/
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@...ux.dev>
> ---
>   fs/ubifs/journal.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Well, the commit message is too simple.

Reviewed-by: Zhihao Cheng <chengzhihao1@...wei.com>
> 
> 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;
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ