Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03ddcbc5 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Jiri Kosina
Browse files

spi/bitbang: trivial: fix doubled word "use"

parent 0af52703
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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.
 *
 *
 *
 *