]> git.baikalelectronics.ru Git - kernel.git/commit
spi: Fix htmldocs build error due struct spi_replaced_transfers
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 10 Mar 2016 18:01:13 +0000 (15:01 -0300)
committerMark Brown <broonie@kernel.org>
Fri, 11 Mar 2016 07:23:01 +0000 (14:23 +0700)
commita17537b7020821a55228bd7c9664c8d92bcf184d
tree49e9ed382fe154d90a5140b23d2bf4b48be97acd
parent6b2c09d9113e292a2fc3a461f3cb759e0fa9dc63
spi: Fix htmldocs build error due struct spi_replaced_transfers

The kernel-doc has to be just before the structure definition but the one
for struct spi_replaced_transfers was before a structure declaration and
that confuses kernel-doc which complains with the following build error:

.//include/linux/spi/spi.h:933: error: Cannot parse struct or union!

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/spi/spi.h