From: Geert Uytterhoeven Date: Thu, 30 Nov 2017 13:35:08 +0000 (+0100) Subject: spi: Fix double "when" X-Git-Tag: v4.15-rc5~17^2^4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d26fdfcb45dc420115b267ac9d6b3ac13457f1b;p=thirdparty%2Fkernel%2Flinux.git spi: Fix double "when" Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 7b2170bfd6e7d..bc6bb325d1bf7 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 *