diff options
author | Uwe Kleine-König | 2013-08-07 21:22:20 +0200 |
---|---|---|
committer | Jiri Kosina | 2013-08-20 12:58:44 +0200 |
commit | 03ddcbc5d80443c9e0cf1b263b68b4df9759af18 (patch) | |
tree | 85dc61526ea68e199679e5d46ee759676e176825 /drivers/spi | |
parent | 0af5270324cc584629c197d9bfdf2c4ab3d81bd7 (diff) |
spi/bitbang: trivial: fix doubled word "use"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-bitbang.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * * |