]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/spi/spi-bitbang.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / drivers / spi / spi-bitbang.c
index e3946e44e076e2aaf5bd0e7813554f65a9062745..8c11355dec233595a04a33877f832084af933168 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.
  *
  *