]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs: add missing newlines to pr_err() messages
authorWoody Suwalski <terraluna977@gmail.com>
Tue, 10 Mar 2026 08:50:57 +0000 (17:50 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Tue, 10 Mar 2026 08:52:13 +0000 (17:52 +0900)
commitea3566a3fa235cd0325b2bedf91ceec65073004b
treebbce70d1c2ca524558b1ac085a05ccb06de27061
parentd7bf74c94f11dedde59a16d9c94e6c1aec32e1f5
ntfs: add missing newlines to pr_err() messages

There is an inconsistent use of pr_err() statements in the current code.
Many error messages are missing the \n termination, what results in the
messages being printed with a delay, only after a next printk() line is
printed. It prevents relying on printk() to monitor the driver errors.
This patch is modifying only text messages, no functional change.

Signed-off-by: Woody Suwalski <terraluna977@gmail.com>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs/attrib.c
fs/ntfs/ea.c
fs/ntfs/runlist.c