projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af5270
)
spi/bitbang: trivial: fix doubled word "use"
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Wed, 7 Aug 2013 19:22:20 +0000
(21:22 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 20 Aug 2013 10:58:44 +0000
(12:58 +0200)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/spi/spi-bitbang.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-bitbang.c
b/drivers/spi/spi-bitbang.c
index a63d7da3bfe2209bebd921bfc81cdafb5d0a8cfd..1c2ba17760b8fecb5e0a23872e7a1069123d5c9d 100644
(file)
--- a/
drivers/spi/spi-bitbang.c
+++ b/
drivers/spi/spi-bitbang.c
@@
-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.
*
*