sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] oradax: fix typo in dax_dbg message
@ 2025-01-23 20:17 Andrew Kreimer
  2025-01-23 20:23 ` Rob Gardner
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Kreimer @ 2025-01-23 20:17 UTC (permalink / raw)
  To: David S . Miller, Andreas Larsson
  Cc: sparclinux, linux-kernel, kernel-janitors, Andrew Kreimer

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-27  4:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-23 20:17 [PATCH] oradax: fix typo in dax_dbg message Andrew Kreimer
2025-01-23 20:23 ` 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

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).