diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2013-08-07 15:22:20 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-20 06:58:44 -0400 |
commit | 03ddcbc5d80443c9e0cf1b263b68b4df9759af18 (patch) | |
tree | 85dc61526ea68e199679e5d46ee759676e176825 | |
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>
-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 @@ | |||
40 | * to glue code. These bitbang setup() and cleanup() routines are always | 40 | * to glue code. These bitbang setup() and cleanup() routines are always |
41 | * used, though maybe they're called from controller-aware code. | 41 | * used, though maybe they're called from controller-aware code. |
42 | * | 42 | * |
43 | * chipselect() and friends may use use spi_device->controller_data and | 43 | * chipselect() and friends may use spi_device->controller_data and |
44 | * controller registers as appropriate. | 44 | * controller registers as appropriate. |
45 | * | 45 | * |
46 | * | 46 | * |