]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: qcom-geni: drop stray newline format specifier
authorKathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
Thu, 19 Mar 2026 09:48:08 +0000 (15:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Mar 2026 15:36:28 +0000 (17:36 +0200)
commit2d2640712455fc1c9a0bab0196404e27cf48d1af
treedb9361a3330ec40553a6b3373a59e0ea07abb8a6
parent502c6b95b8b7827ddcaca38a5befb3b68c55de01
serial: qcom-geni: drop stray newline format specifier

Drop the newline character from the middle of the printk message.
This avoids breaking the message into two lines unnecessarily.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://patch.msgid.link/20260319-drop_stray_n-v1-1-37fb619538bb@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/qcom_geni_serial.c