aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorErnst Schwab <eschwab@online.de>2010-08-16 15:10:11 +0200
committerGrant Likely <grant.likely@secretlab.ca>2010-08-17 22:55:38 -0600
commit5c79a5ae23e72fa12f1c7c528f62bf3ea35da0dc (patch)
tree7b93dcd7903d9cc77992ac0c61f657d0acb67080 /include
parent7a50d06e242614f02004faed2972a8f2c9336d61 (diff)
downloadkernel_samsung_smdk4412-5c79a5ae23e72fa12f1c7c528f62bf3ea35da0dc.zip
kernel_samsung_smdk4412-5c79a5ae23e72fa12f1c7c528f62bf3ea35da0dc.tar.gz
kernel_samsung_smdk4412-5c79a5ae23e72fa12f1c7c528f62bf3ea35da0dc.tar.bz2
spi.h: missing kernel-doc notation, please fix
Added comments in kernel-doc notation for previously added struct fields. Signed-off-by: Ernst Schwab <eschwab@online.de> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include')
-rw-r--r--include/linux/spi/spi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h
index ae0a528..92e52a1 100644
--- a/include/linux/spi/spi.h
+++ b/include/linux/spi/spi.h
@@ -213,6 +213,9 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv)
* @dma_alignment: SPI controller constraint on DMA buffers alignment.
* @mode_bits: flags understood by this controller driver
* @flags: other constraints relevant to this driver
+ * @bus_lock_spinlock: spinlock for SPI bus locking
+ * @bus_lock_mutex: mutex for SPI bus locking
+ * @bus_lock_flag: indicates that the SPI bus is locked for exclusive use
* @setup: updates the device mode and clocking records used by a
* device's SPI controller; protocol code may call this. This
* must fail if an unrecognized or unsupported mode is requested.