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)
commitc76d9ae415f1a80489a76ea41620c3f17383b7fb
tree49e9ed382fe154d90a5140b23d2bf4b48be97acd
parent3700ce951c405f748a4767cabe6ac65727cbf767
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