[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250210121552.33455-1-algonell@gmail.com>
Date: Mon, 10 Feb 2025 14:15:33 +0200
From: Andrew Kreimer <algonell@...il.com>
To: Dave Penkler <dpenkler@...il.com>
Cc: linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Andrew Kreimer <algonell@...il.com>
Subject: [PATCH] staging: gpib: Fix typo in TTY_LOG message
There is a typo in TTY_LOG message:
- sucesfully -> successfully
Fix it via codespell.
Signed-off-by: Andrew Kreimer <algonell@...il.com>
---
drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c b/drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
index 85322af62c23..1c3e5dfcc9ec 100644
--- a/drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
+++ b/drivers/staging/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
@@ -542,7 +542,7 @@ static int usb_gpib_attach(gpib_board_t *board, const gpib_board_config_t *confi
return -EIO;
SHOW_STATUS(board);
- TTY_LOG("Module '%s' has been sucesfully configured\n", NAME);
+ TTY_LOG("Module '%s' has been successfully configured\n", NAME);
return 0;
}
--
2.48.1.268.g9520f7d998
Powered by blists - more mailing lists