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-next>] [day] [month] [year] [list]
Message-Id: <20250604022056.111032-1-liubaolin12138@163.com>
Date: Wed,  4 Jun 2025 10:20:56 +0800
From: Baolin Liu <liubaolin12138@....com>
To: dwmw2@...radead.org,
	richard@....at
Cc: liubaolin@...inos.cn,
	liubaolin12138@....com,
	linux-mtd@...ts.infradead.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH v1] jffs2: fix comment typo and adjust formatting

From: Baolin Liu <liubaolin@...inos.cn>

This commit makes two documentation improvements:
1. Fixes spelling of "coresponding" to "corresponding"
2. Adjusts comment formatting to meet kernel style guidelines by:
   - Breaking long lines to fit 80-column limit
   - Aligning asterisks in multi-line comments
   - Improving readability while preserving original meaning

No functional changes.

Signed-off-by: Baolin Liu <liubaolin@...inos.cn>
---
 fs/jffs2/build.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/fs/jffs2/build.c b/fs/jffs2/build.c
index 6ae9d6fefb86..1e651d3dcef3 100644
--- a/fs/jffs2/build.c
+++ b/fs/jffs2/build.c
@@ -185,8 +185,10 @@ static int jffs2_build_filesystem(struct jffs2_sb_info *c)
 			 * one. */
 			if (fd->type == DT_DIR) {
 				if (!fd->ic) {
-					/* We'll have complained about it and marked the coresponding
-					   raw node obsolete already. Just skip it. */
+					/* We'll have complained about it
+					 * and marked the corresponding raw node obsolete already.
+					 * Just skip it.
+					 */
 					continue;
 				}
 
-- 
2.39.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ