Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Uwe Kleine-König and committed by
Jiri Kosina
03ddcbc5 0af52703

+1 -1
+1 -1
drivers/spi/spi-bitbang.c
··· 40 40 * to glue code. These bitbang setup() and cleanup() routines are always 41 41 * used, though maybe they're called from controller-aware code. 42 42 * 43 - * chipselect() and friends may use use spi_device->controller_data and 43 + * chipselect() and friends may use spi_device->controller_data and 44 44 * controller registers as appropriate. 45 45 * 46 46 *