[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <cbabbe58-8b11-4bf8-bacb-5d4154b8a571@oracle.com>
Date: Thu, 23 Jan 2025 13:23:20 -0700
From: Rob Gardner <rob.gardner@...cle.com>
To: Andrew Kreimer <algonell@...il.com>,
"David S . Miller" <davem@...emloft.net>,
Andreas Larsson <andreas@...sler.com>
Cc: sparclinux@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] oradax: fix typo in dax_dbg message
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@...il.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;
> }
Powered by blists - more mailing lists