summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@163.com>2015-09-15 04:59:21 -0700
committerMark Brown <broonie@kernel.org>2015-09-16 20:44:47 +0100
commit0243ed44ad4a25dbd2e92ad97e5e12a1a6c72d6c (patch)
treeb984248e3d5e6b4fd9aab2cd11f3eed98c6d5c35 /include/linux/spi
parent92243b6fc8fcb16bf401b055f7a0ba79f70a4115 (diff)
downloadop-kernel-dev-0243ed44ad4a25dbd2e92ad97e5e12a1a6c72d6c.zip
op-kernel-dev-0243ed44ad4a25dbd2e92ad97e5e12a1a6c72d6c.tar.gz
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/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 269e8af..6b00f18 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
OpenPOWER on IntegriCloud