aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi
diff options
context:
space:
mode:
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 71e9d880f86e..478c46845460 100644
--- a/include/linux/spi/spi.h
+++ b/include/linux/spi/spi.h
@@ -294,7 +294,7 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv)
294 * transfer_one_message are mutually exclusive; when both 294 * transfer_one_message are mutually exclusive; when both
295 * are set, the generic subsystem does not call your 295 * are set, the generic subsystem does not call your
296 * transfer_one callback. 296 * transfer_one callback.
297 * @handle_err: the subsystem calls the driver to handle and error that occurs 297 * @handle_err: the subsystem calls the driver to handle an error that occurs
298 * in the generic implementation of transfer_one_message(). 298 * in the generic implementation of transfer_one_message().
299 * @unprepare_message: undo any work done by prepare_message(). 299 * @unprepare_message: undo any work done by prepare_message().
300 * @cs_gpios: Array of GPIOs to use as chip select lines; one per CS 300 * @cs_gpios: Array of GPIOs to use as chip select lines; one per CS