From: Marco Felsch <m.felsch@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] crypto: caam - adapt pr_fmt to make it more clear
Date: Thu, 19 Jun 2025 17:14:06 +0200 [thread overview]
Message-ID: <20250619151406.3746678-1-m.felsch@pengutronix.de> (raw)
Add a "caam" prefix to make it more clear.
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
drivers/crypto/caam/rng_self_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/caam/rng_self_test.c b/drivers/crypto/caam/rng_self_test.c
index b6fcc3bc0947..84dd24d58f4c 100644
--- a/drivers/crypto/caam/rng_self_test.c
+++ b/drivers/crypto/caam/rng_self_test.c
@@ -42,7 +42,7 @@
* - i.MX67SD silicon revision 1.3
*/
-#define pr_fmt(fmt) "rng_self_test: " fmt
+#define pr_fmt(fmt) "caam-rng-self-test: " fmt
#include <dma.h>
#include <common.h>
--
2.39.5
reply other threads:[~2025-06-19 18:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20250619151406.3746678-1-m.felsch@pengutronix.de \
--to=m.felsch@pengutronix.de \
--cc=barebox@lists.infradead.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