diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-11-30 08:35:08 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-30 11:55:35 -0500 |
commit | 8d26fdfcb45dc420115b267ac9d6b3ac13457f1b (patch) | |
tree | 1cb44637a9a623281e01074da87b82ed0ced6ae3 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
spi: Fix double "when"
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/linux/spi/spi.h | 2 |
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, | |||
126 | * for that name. This appears in the sysfs "modalias" attribute | 126 | * for that name. This appears in the sysfs "modalias" attribute |
127 | * for driver coldplugging, and in uevents used for hotplugging | 127 | * for driver coldplugging, and in uevents used for hotplugging |
128 | * @cs_gpio: gpio number of the chipselect line (optional, -ENOENT when | 128 | * @cs_gpio: gpio number of the chipselect line (optional, -ENOENT when |
129 | * when not using a GPIO line) | 129 | * not using a GPIO line) |
130 | * | 130 | * |
131 | * @statistics: statistics for the spi_device | 131 | * @statistics: statistics for the spi_device |
132 | * | 132 | * |