diff options
author | Geliang Tang <geliangtang@163.com> | 2015-09-15 04:59:21 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-16 20:44:47 +0100 |
commit | 0243ed44ad4a25dbd2e92ad97e5e12a1a6c72d6c (patch) | |
tree | b984248e3d5e6b4fd9aab2cd11f3eed98c6d5c35 /include | |
parent | 92243b6fc8fcb16bf401b055f7a0ba79f70a4115 (diff) | |
download | linux-0243ed44ad4a25dbd2e92ad97e5e12a1a6c72d6c.tar.bz2 |
spi: fix kernel-doc warnings in spi.h
Fix the following 'make htmldocs' warnings:
.//include/linux/spi/spi.h:71: warning: No description found for parameter 'lock'
.//include/linux/spi/spi.h:71: warning: Excess struct/union/enum/typedef member 'clock' description in 'spi_statistics'
Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-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 269e8afd3e2a..6b00f18f5e6b 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -34,7 +34,7 @@ extern struct bus_type spi_bus_type; /** * struct spi_statistics - statistics for spi transfers - * @clock: lock protecting this structure + * @lock: lock protecting this structure * * @messages: number of spi-messages handled * @transfers: number of spi_transfers handled |