Skip to content

Commit 20e81db

Browse files
Akhilesh Patilgregkh
authored andcommitted
staging: vme_user: fix spelling errors
Fix spelling errors reported by codespell tool as below. bewteen --> between enty --> entry Copntroller --> Controller Signed-off-by: Akhilesh Patil <[email protected]> Link: https://lore.kernel.org/r/aHnTdicud7sW/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6643ecc commit 20e81db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/staging/vme_user/vme.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ EXPORT_SYMBOL(vme_master_free);
809809
* @vdev: Pointer to VME device struct vme_dev assigned to driver instance.
810810
* @route: Required src/destination combination.
811811
*
812-
* Request a VME DMA controller with capability to perform transfers bewteen
812+
* Request a VME DMA controller with capability to perform transfers between
813813
* requested source/destination combination.
814814
*
815815
* 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)
10451045
EXPORT_SYMBOL(vme_dma_free_attribute);
10461046

10471047
/**
1048-
* vme_dma_list_add - Add enty to a VME DMA list.
1048+
* vme_dma_list_add - Add entry to a VME DMA list.
10491049
* @list: Pointer to VME list.
10501050
* @src: Pointer to DMA list attribute to use as source.
10511051
* @dest: Pointer to DMA list attribute to use as destination.

drivers/staging/vme_user/vme_tsi148.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ static const int TSI148_LCSR_INTC_MBC[4] = { TSI148_LCSR_INTC_MB0C,
13471347
#define TSI148_GCSR_GCTRL_LRST BIT(15) /* Local Reset */
13481348
#define TSI148_GCSR_GCTRL_SFAILEN BIT(14) /* System Fail enable */
13491349
#define TSI148_GCSR_GCTRL_BDFAILS BIT(13) /* Board Fail Status */
1350-
#define TSI148_GCSR_GCTRL_SCON BIT(12) /* System Copntroller */
1350+
#define TSI148_GCSR_GCTRL_SCON BIT(12) /* System Controller */
13511351
#define TSI148_GCSR_GCTRL_MEN BIT(11) /* Module Enable (READY) */
13521352

13531353
#define TSI148_GCSR_GCTRL_LMI3S BIT(7) /* Loc Monitor 3 Int Status */

0 commit comments

Comments
 (0)