]> Pileus Git - ~andy/linux/blobdiff - drivers/spi/spi-bitbang.c
spi/bitbang: trivial: fix doubled word "use"
[~andy/linux] / drivers / spi / spi-bitbang.c
index a63d7da3bfe2209bebd921bfc81cdafb5d0a8cfd..1c2ba17760b8fecb5e0a23872e7a1069123d5c9d 100644 (file)
@@ -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.
  *
  *