Skip to content

Commit 2f263d9

Browse files
Justin P. Mattockglikely
authored andcommitted
spi/dw_spi Typo change diable to disable.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1 parent 477ca3a commit 2f263d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/dw_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ static void pump_transfers(unsigned long data)
594594
spi_set_clk(dws, clk_div ? clk_div : chip->clk_div);
595595
spi_chip_sel(dws, spi->chip_select);
596596

597-
/* Set the interrupt mask, for poll mode just diable all int */
597+
/* Set the interrupt mask, for poll mode just disable all int */
598598
spi_mask_intr(dws, 0xff);
599599
if (imask)
600600
spi_umask_intr(dws, imask);

0 commit comments

Comments
 (0)