[PATCH] oradax: fix typo in dax_dbg message

From: Andrew Kreimer
Date: Thu Jan 23 2025 - 15:19:33 EST


There is a typo in a printk message: copyin -> copying.

Fix it via codespell.

Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx>
---
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