]> git.itanic.dy.fi Git - linux-stable/commit
ext4: remove trailing newline from ext4_msg() message
authorLuís Henriques <lhenriques@suse.de>
Tue, 11 Oct 2022 15:57:58 +0000 (16:57 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jan 2023 10:11:58 +0000 (11:11 +0100)
commit39364b354f0e4f8ba7885bd27124d52141439d5f
tree5067d8f836b1ecbb4b05653270cb9f71e3381c43
parent248feff7deda6d9d7bd633fe8c6e7d20f4c259d7
ext4: remove trailing newline from ext4_msg() message

commit 78742d4d056df7d2fad241c90185d281bf924844 upstream.

The ext4_msg() function adds a new line to the message.  Remove extra '\n'
from call to ext4_msg() in ext4_orphan_cleanup().

Signed-off-by: Luís Henriques <lhenriques@suse.de>
Link: https://lore.kernel.org/r/20221011155758.15287-1-lhenriques@suse.de
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/orphan.c