]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: vme_user: fix spelling errors
authorAkhilesh Patil <akhilesh@ee.iitb.ac.in>
Fri, 18 Jul 2025 04:54:14 +0000 (10:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jul 2025 09:28:26 +0000 (11:28 +0200)
Fix spelling errors reported by codespell tool as below.
bewteen --> between
enty --> entry
Copntroller --> Controller

Signed-off-by: Akhilesh Patil <akhilesh@ee.iitb.ac.in>
Link: https://lore.kernel.org/r/aHnTdicud7sW/Zis@bhairav-test.ee.iitb.ac.in
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme_user/vme.c
drivers/staging/vme_user/vme_tsi148.h

index 57eb9d22781998fb1781834a74b28c17827d0063..2095de72596a746dc569d79bd149328945f7bcd3 100644 (file)
@@ -809,7 +809,7 @@ EXPORT_SYMBOL(vme_master_free);
  * @vdev: Pointer to VME device struct vme_dev assigned to driver instance.
  * @route: Required src/destination combination.
  *
- * Request a VME DMA controller with capability to perform transfers bewteen
+ * Request a VME DMA controller with capability to perform transfers between
  * requested source/destination combination.
  *
  * Return: Pointer to VME DMA resource on success, NULL on failure.
@@ -1045,7 +1045,7 @@ void vme_dma_free_attribute(struct vme_dma_attr *attributes)
 EXPORT_SYMBOL(vme_dma_free_attribute);
 
 /**
- * vme_dma_list_add - Add enty to a VME DMA list.
+ * vme_dma_list_add - Add entry to a VME DMA list.
  * @list: Pointer to VME list.
  * @src: Pointer to DMA list attribute to use as source.
  * @dest: Pointer to DMA list attribute to use as destination.
index db246cbc54c39b8e55e578f0b44bbc0863d30ed5..f73ac92320bbf2edbbd8912821657f6d54aaa5c7 100644 (file)
@@ -1347,7 +1347,7 @@ static const int TSI148_LCSR_INTC_MBC[4] = { TSI148_LCSR_INTC_MB0C,
 #define TSI148_GCSR_GCTRL_LRST         BIT(15) /* Local Reset */
 #define TSI148_GCSR_GCTRL_SFAILEN      BIT(14) /* System Fail enable */
 #define TSI148_GCSR_GCTRL_BDFAILS      BIT(13) /* Board Fail Status */
-#define TSI148_GCSR_GCTRL_SCON         BIT(12) /* System Copntroller */
+#define TSI148_GCSR_GCTRL_SCON         BIT(12) /* System Controller */
 #define TSI148_GCSR_GCTRL_MEN          BIT(11) /* Module Enable (READY) */
 
 #define TSI148_GCSR_GCTRL_LMI3S        BIT(7)  /* Loc Monitor 3 Int Status */