]> git.baikalelectronics.ru Git - kernel.git/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)
commit6dd31d68fab29b4ca14ebbec7f69fdbbdbd77cea
tree5067d8f836b1ecbb4b05653270cb9f71e3381c43
parent60a80b8584795cefedd18a6f66fd3370ed8c6bcb
ext4: remove trailing newline from ext4_msg() message

commit 5897ca963732d2f8b8ec56adeda9a4889959e29c 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