File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
10451045EXPORT_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.
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,
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 */
You can’t perform that action at this time.
0 commit comments