From: Andrew Kreimer <algonell@gmail.com>
To: "David S . Miller" <davem@davemloft.net>,
Andreas Larsson <andreas@gaisler.com>
Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org,
Andrew Kreimer <algonell@gmail.com>
Subject: [PATCH] oradax: fix typo in dax_dbg message
Date: Thu, 23 Jan 2025 22:17:47 +0200 [thread overview]
Message-ID: <20250123201909.15469-1-algonell@gmail.com> (raw)
There is a typo in a printk message: copyin -> copying.
Fix it via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
drivers/sbus/char/oradax.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/sbus/char/oradax.c b/drivers/sbus/char/oradax.c
index a536dd6f4f7c..3f93208b616a 100644
--- a/drivers/sbus/char/oradax.c
+++ b/drivers/sbus/char/oradax.c
@@ -874,7 +874,7 @@ static int dax_ccb_exec(struct dax_ctx *ctx, const char __user *buf,
* user in between validation and submission.
*/
if (copy_from_user(ctx->ccb_buf, buf, count)) {
- dax_dbg("copyin of user CCB buffer failed");
+ dax_dbg("copying of user CCB buffer failed");
ctx->result.exec.status = DAX_SUBMIT_ERR_CCB_ARR_MMU_MISS;
return 0;
}
--
2.47.2
next reply other threads:[~2025-01-23 20:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 20:17 Andrew Kreimer [this message]
2025-01-23 20:23 ` [PATCH] oradax: fix typo in dax_dbg message Rob Gardner
2025-01-26 18:07 ` Andrew Kreimer
2025-01-26 18:32 ` John Paul Adrian Glaubitz
2025-01-27 4:44 ` Rob Gardner
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=20250123201909.15469-1-algonell@gmail.com \
--to=algonell@gmail.com \
--cc=andreas@gaisler.com \
--cc=davem@davemloft.net \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sparclinux@vger.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;
as well as URLs for NNTP newsgroup(s).