File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -809,7 +809,7 @@ EXPORT_SYMBOL(vme_master_free);
809
809
* @vdev: Pointer to VME device struct vme_dev assigned to driver instance.
810
810
* @route: Required src/destination combination.
811
811
*
812
- * Request a VME DMA controller with capability to perform transfers bewteen
812
+ * Request a VME DMA controller with capability to perform transfers between
813
813
* requested source/destination combination.
814
814
*
815
815
* 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)
1045
1045
EXPORT_SYMBOL (vme_dma_free_attribute );
1046
1046
1047
1047
/**
1048
- * vme_dma_list_add - Add enty to a VME DMA list.
1048
+ * vme_dma_list_add - Add entry to a VME DMA list.
1049
1049
* @list: Pointer to VME list.
1050
1050
* @src: Pointer to DMA list attribute to use as source.
1051
1051
* @dest: Pointer to DMA list attribute to use as destination.
Original file line number Diff line number Diff line change @@ -1347,7 +1347,7 @@ static const int TSI148_LCSR_INTC_MBC[4] = { TSI148_LCSR_INTC_MB0C,
1347
1347
#define TSI148_GCSR_GCTRL_LRST BIT(15) /* Local Reset */
1348
1348
#define TSI148_GCSR_GCTRL_SFAILEN BIT(14) /* System Fail enable */
1349
1349
#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 */
1351
1351
#define TSI148_GCSR_GCTRL_MEN BIT(11) /* Module Enable (READY) */
1352
1352
1353
1353
#define TSI148_GCSR_GCTRL_LMI3S BIT(7) /* Loc Monitor 3 Int Status */
You can’t perform that action at this time.
0 commit comments