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>
This commit is contained in:
parent
0af5270324
commit
03ddcbc5d8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
* to glue code. These bitbang setup() and cleanup() routines are always
|
* to glue code. These bitbang setup() and cleanup() routines are always
|
||||||
* used, though maybe they're called from controller-aware code.
|
* 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.
|
* controller registers as appropriate.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue