exfat: Drop superfluous new line for error messages
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 Jul 2022 08:39:29 +0000 (10:39 +0200)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 1 Aug 2022 01:14:07 +0000 (10:14 +0900)
commit512b74d17a93ae580171258a32590b5a4fee5866
tree239c696c3ce957e9b2eb98a38132d97dd9d5638f
parent64fca6e621715fde548ad1a96ac5e6a2f586763a
exfat: Drop superfluous new line for error messages

exfat_err() adds the new line at the end of the message by itself,
hence the passed string shouldn't contain a new line.  Drop the
superfluous newline letters in the error messages in a few places that
have been put mistakenly.

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/fatent.c
fs/exfat/nls.c
fs/exfat/super.c