]> 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)
commitf840ecbf622bcd079152d7743c44a9cbe6bb3511
tree49e9ed382fe154d90a5140b23d2bf4b48be97acd
parent10d1903c5a703de527f549ad848cbbe10e7d473a
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