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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250729134327.1935856-1-colin.i.king@gmail.com>
Date: Tue, 29 Jul 2025 14:43:27 +0100
From: Colin Ian King <colin.i.king@...il.com>
To: David Woodhouse <dwmw2@...radead.org>,
	Richard Weinberger <richard@....at>,
	Zhihao Cheng <chengzhihao1@...wei.com>,
	Artem Sadovnikov <a.sadovnikov@...ras.ru>,
	linux-mtd@...ts.infradead.org
Cc: kernel-janitors@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH][next] jffs2: Remove space before newline

There are a couple of instances of an extraneous space before a
newline in printk and debug messages. Remove the spaces.

Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
 fs/jffs2/erase.c   | 2 +-
 fs/jffs2/summary.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/jffs2/erase.c b/fs/jffs2/erase.c
index fda9f4d6093f..5b7ddec4217c 100644
--- a/fs/jffs2/erase.c
+++ b/fs/jffs2/erase.c
@@ -252,7 +252,7 @@ static inline void jffs2_remove_node_refs_from_ino_list(struct jffs2_sb_info *c,
 	D2({
 		int i=0;
 		struct jffs2_raw_node_ref *this;
-		printk(KERN_DEBUG "After remove_node_refs_from_ino_list: \n");
+		printk(KERN_DEBUG "After remove_node_refs_from_ino_list:\n");
 
 		this = ic->nodes;
 
diff --git a/fs/jffs2/summary.c b/fs/jffs2/summary.c
index d83372d3e1a0..a0c1e8b2a02f 100644
--- a/fs/jffs2/summary.c
+++ b/fs/jffs2/summary.c
@@ -615,7 +615,7 @@ int jffs2_sum_scan_sumnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb
 
 	if ( je32_to_cpu(summary->cln_mkr) ) {
 
-		dbg_summary("Summary : CLEANMARKER node \n");
+		dbg_summary("Summary : CLEANMARKER node\n");
 
 		ret = jffs2_prealloc_raw_node_refs(c, jeb, 1);
 		if (ret)
-- 
2.50.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ