aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/spi
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-11-30 14:35:08 +0100
committerMark Brown <broonie@kernel.org>2017-11-30 16:55:35 +0000
commit8d26fdfcb45dc420115b267ac9d6b3ac13457f1b (patch)
tree1cb44637a9a623281e01074da87b82ed0ced6ae3 /include/linux/spi
parentLinux 4.15-rc1 (diff)
downloadwireguard-linux-8d26fdfcb45dc420115b267ac9d6b3ac13457f1b.tar.xz
wireguard-linux-8d26fdfcb45dc420115b267ac9d6b3ac13457f1b.zip
spi: Fix double "when"
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/spi')
-rw-r--r--include/linux/spi/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h
index 7b2170bfd6e7..bc6bb325d1bf 100644
--- a/include/linux/spi/spi.h
+++ b/include/linux/spi/spi.h
@@ -126,7 +126,7 @@ void spi_statistics_add_transfer_stats(struct spi_statistics *stats,
* for that name. This appears in the sysfs "modalias" attribute
* for driver coldplugging, and in uevents used for hotplugging
* @cs_gpio: gpio number of the chipselect line (optional, -ENOENT when
- * when not using a GPIO line)
+ * not using a GPIO line)
*
* @statistics: statistics for the spi_device
*