diff options
Diffstat (limited to 'drivers/spi/spi-bitbang.c')
-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 e3946e44e076..8c11355dec23 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 | * |