From: Rob Gardner <rob.gardner@oracle.com>
To: Andrew Kreimer <algonell@gmail.com>,
"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
Subject: Re: [PATCH] oradax: fix typo in dax_dbg message
Date: Thu, 23 Jan 2025 13:23:20 -0700 [thread overview]
Message-ID: <cbabbe58-8b11-4bf8-bacb-5d4154b8a571@oracle.com> (raw)
In-Reply-To: <20250123201909.15469-1-algonell@gmail.com>
That is not a typo. "Copyin" is correct as it refers to copying data in
from user space.
Rob
On 1/23/25 13:17, Andrew Kreimer wrote:
> 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;
> }
next prev parent reply other threads:[~2025-01-23 20:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 20:17 Andrew Kreimer
2025-01-23 20:23 ` Rob Gardner [this message]
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=cbabbe58-8b11-4bf8-bacb-5d4154b8a571@oracle.com \
--to=rob.gardner@oracle.com \
--cc=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
all inboxes | Powered by JetHome®