]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pwm: rzg2l-gpt: Add missing newlines to dev_err_probe() messages
authorBiju Das <biju.das.jz@bp.renesas.com>
Thu, 4 Jun 2026 09:56:34 +0000 (10:56 +0100)
committerUwe Kleine-König <ukleinek@kernel.org>
Tue, 9 Jun 2026 13:46:00 +0000 (15:46 +0200)
commit898ab0f30e008e411ce93ddf81c4099abd9d4e46
tree176a24c090c39b88a9ad12f54aa8a83c79e21f3c
parent2b40d72de9354a76f5e3bb71230a4210eaa92849
pwm: rzg2l-gpt: Add missing newlines to dev_err_probe() messages

dev_err_probe() internally calls dev_err() which uses pr_fmt() and
printk(). Kernel log messages should end with a newline character
to ensure proper log formatting. Add missing '\n' at the end of
the error strings in rzg2l_gpt_probe().

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://patch.msgid.link/20260604095647.108654-5-biju.das.jz@bp.renesas.com
Fixes: 061f087f5d0b ("pwm: Add support for RZ/G2L GPT")
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
drivers/pwm/pwm-rzg2l-gpt.c