From: Uwe Kleine-König Date: Wed, 7 Aug 2013 19:22:20 +0000 (+0200) Subject: spi/bitbang: trivial: fix doubled word "use" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=03ddcbc5d80443c9e0cf1b263b68b4df9759af18;p=linux-beck.git spi/bitbang: trivial: fix doubled word "use" Signed-off-by: Uwe Kleine-König Signed-off-by: Jiri Kosina --- diff --git a/drivers/spi/spi-bitbang.c b/drivers/spi/spi-bitbang.c index a63d7da3bfe2..1c2ba17760b8 100644 --- a/drivers/spi/spi-bitbang.c +++ b/drivers/spi/spi-bitbang.c @@ -40,7 +40,7 @@ * to glue code. These bitbang setup() and cleanup() routines are always * used, though maybe they're called from controller-aware code. * - * chipselect() and friends may use use spi_device->controller_data and + * chipselect() and friends may use spi_device->controller_data and * controller registers as appropriate. * *