diff options
| author | Masanari Iida <standby24x7@gmail.com> | 2014-02-18 08:54:36 -0500 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2014-02-19 08:58:17 -0500 |
| commit | e227867f12302633737bd2a48a10a9a72c0630cb (patch) | |
| tree | c1d96c1f4c3d83b7d6fe3b0c15d480d366ccc8f8 /include/linux/spi | |
| parent | 425529937b6ce37e47120d6b2fb895c5b9910591 (diff) | |
treewide: Fix typo in Documentation/DocBook
This patch fix spelling typo in Documentation/DocBook.
It is because .html and .xml files are generated by make htmldocs,
I have to fix a typo within the source files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/spi')
| -rw-r--r-- | include/linux/spi/spi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 8c62ba74dd91..8d3a37bc6110 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h | |||
| @@ -234,7 +234,7 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv) | |||
| 234 | * @mode_bits: flags understood by this controller driver | 234 | * @mode_bits: flags understood by this controller driver |
| 235 | * @bits_per_word_mask: A mask indicating which values of bits_per_word are | 235 | * @bits_per_word_mask: A mask indicating which values of bits_per_word are |
| 236 | * supported by the driver. Bit n indicates that a bits_per_word n+1 is | 236 | * supported by the driver. Bit n indicates that a bits_per_word n+1 is |
| 237 | * suported. If set, the SPI core will reject any transfer with an | 237 | * supported. If set, the SPI core will reject any transfer with an |
| 238 | * unsupported bits_per_word. If not set, this value is simply ignored, | 238 | * unsupported bits_per_word. If not set, this value is simply ignored, |
| 239 | * and it's up to the individual driver to perform any validation. | 239 | * and it's up to the individual driver to perform any validation. |
| 240 | * @min_speed_hz: Lowest supported transfer speed | 240 | * @min_speed_hz: Lowest supported transfer speed |
| @@ -259,7 +259,7 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv) | |||
| 259 | * @cur_msg: the currently in-flight message | 259 | * @cur_msg: the currently in-flight message |
| 260 | * @cur_msg_prepared: spi_prepare_message was called for the currently | 260 | * @cur_msg_prepared: spi_prepare_message was called for the currently |
| 261 | * in-flight message | 261 | * in-flight message |
| 262 | * @xfer_completion: used by core tranfer_one_message() | 262 | * @xfer_completion: used by core transfer_one_message() |
| 263 | * @busy: message pump is busy | 263 | * @busy: message pump is busy |
| 264 | * @running: message pump is running | 264 | * @running: message pump is running |
| 265 | * @rt: whether this queue is set to run as a realtime task | 265 | * @rt: whether this queue is set to run as a realtime task |
| @@ -493,7 +493,7 @@ extern struct spi_master *spi_busnum_to_master(u16 busnum); | |||
| 493 | * @rx_buf: data to be read (dma-safe memory), or NULL | 493 | * @rx_buf: data to be read (dma-safe memory), or NULL |
| 494 | * @tx_dma: DMA address of tx_buf, if @spi_message.is_dma_mapped | 494 | * @tx_dma: DMA address of tx_buf, if @spi_message.is_dma_mapped |
| 495 | * @rx_dma: DMA address of rx_buf, if @spi_message.is_dma_mapped | 495 | * @rx_dma: DMA address of rx_buf, if @spi_message.is_dma_mapped |
| 496 | * @tx_nbits: number of bits used for writting. If 0 the default | 496 | * @tx_nbits: number of bits used for writing. If 0 the default |
| 497 | * (SPI_NBITS_SINGLE) is used. | 497 | * (SPI_NBITS_SINGLE) is used. |
| 498 | * @rx_nbits: number of bits used for reading. If 0 the default | 498 | * @rx_nbits: number of bits used for reading. If 0 the default |
| 499 | * (SPI_NBITS_SINGLE) is used. | 499 | * (SPI_NBITS_SINGLE) is used. |
| @@ -551,7 +551,7 @@ extern struct spi_master *spi_busnum_to_master(u16 busnum); | |||
| 551 | * by the results of previous messages and where the whole transaction | 551 | * by the results of previous messages and where the whole transaction |
| 552 | * ends when the chipselect goes intactive. | 552 | * ends when the chipselect goes intactive. |
| 553 | * | 553 | * |
| 554 | * When SPI can transfer in 1x,2x or 4x. It can get this tranfer information | 554 | * When SPI can transfer in 1x,2x or 4x. It can get this transfer information |
| 555 | * from device through @tx_nbits and @rx_nbits. In Bi-direction, these | 555 | * from device through @tx_nbits and @rx_nbits. In Bi-direction, these |
| 556 | * two should both be set. User can set transfer mode with SPI_NBITS_SINGLE(1x) | 556 | * two should both be set. User can set transfer mode with SPI_NBITS_SINGLE(1x) |
| 557 | * SPI_NBITS_DUAL(2x) and SPI_NBITS_QUAD(4x) to support these three transfer. | 557 | * SPI_NBITS_DUAL(2x) and SPI_NBITS_QUAD(4x) to support these three transfer. |
