aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-10-24 17:22:01 +0200
committerDavid S. Miller <davem@davemloft.net>2019-10-28 13:41:01 -0700
commitc199ce4f9dd896c716aece33e6750be34aea1151 (patch)
tree66b897e253bf989c97df0b965edb8e257820dc4f /drivers/net/wireless/ti
parentnet: dsa: qca8k: Initialize the switch with correct number of ports (diff)
downloadlinux-dev-c199ce4f9dd896c716aece33e6750be34aea1151.tar.xz
linux-dev-c199ce4f9dd896c716aece33e6750be34aea1151.zip
net: Fix misspellings of "configure" and "configuration"
Fix various misspellings of "configuration" and "configure". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r--drivers/net/wireless/ti/wlcore/spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/spi.c b/drivers/net/wireless/ti/wlcore/spi.c
index d4c09e54fd63..18c4d998ce4b 100644
--- a/drivers/net/wireless/ti/wlcore/spi.c
+++ b/drivers/net/wireless/ti/wlcore/spi.c
@@ -186,7 +186,7 @@ static void wl12xx_spi_init(struct device *child)
spi_sync(to_spi_device(glue->dev), &m);
- /* Restore chip select configration to normal */
+ /* Restore chip select configuration to normal */
spi->mode ^= SPI_CS_HIGH;
kfree(cmd);
}