From: Haoyu Lu <hechushiguitu666@gmail.com>
To: Min Ma <mamin506@gmail.com>, Lizhi Hou <lizhi.hou@amd.com>,
Oded Gabbay <ogabbay@kernel.org>
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
"haoyu.lu" <hechushiguitu666@gmail.com>
Subject: [PATCH] accel/amdxdna: fix missing newline in pr_err message
Date: Fri, 20 Mar 2026 19:29:38 +0800 [thread overview]
Message-ID: <20260320112938.305-1-hechushiguitu666@gmail.com> (raw)
From: "haoyu.lu" <hechushiguitu666@gmail.com>
Add missing newline to pr_err message in amdxdna_mailbox.c.
Signed-off-by: haoyu.lu <hechushiguitu666@gmail.com>
---
drivers/accel/amdxdna/amdxdna_mailbox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/accel/amdxdna/amdxdna_mailbox.c b/drivers/accel/amdxdna/amdxdna_mailbox.c
index 46d844a73a94..e681a090752d 100644
--- a/drivers/accel/amdxdna/amdxdna_mailbox.c
+++ b/drivers/accel/amdxdna/amdxdna_mailbox.c
@@ -499,7 +499,7 @@ xdna_mailbox_start_channel(struct mailbox_channel *mb_chann,
int ret;
if (!is_power_of_2(x2i->rb_size) || !is_power_of_2(i2x->rb_size)) {
- pr_err("Ring buf size must be power of 2");
+ pr_err("Ring buf size must be power of 2\n");
return -EINVAL;
}
--
2.53.0.windows.1
next reply other threads:[~2026-03-21 9:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-20 11:29 Haoyu Lu [this message]
2026-03-20 15:54 ` [PATCH] accel/amdxdna: fix missing newline in pr_err message Lizhi Hou
2026-03-21 17:46 ` Claude review: " Claude Code Review Bot
2026-03-21 17:46 ` Claude Code Review Bot
2026-03-23 3:49 ` [PATCH v2] " Haoyu Lu
2026-03-23 16:40 ` Lizhi Hou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260320112938.305-1-hechushiguitu666@gmail.com \
--to=hechushiguitu666@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lizhi.hou@amd.com \
--cc=mamin506@gmail.com \
--cc=ogabbay@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox