Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0243ed44 authored by Geliang Tang's avatar Geliang Tang Committed by Mark Brown
Browse files

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: default avatarGeliang Tang <geliangtang@163.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 92243b6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,7 @@ extern struct bus_type spi_bus_type;


/**
/**
 * struct spi_statistics - statistics for spi transfers
 * struct spi_statistics - statistics for spi transfers
 * @clock:         lock protecting this structure
 * @lock:          lock protecting this structure
 *
 *
 * @messages:      number of spi-messages handled
 * @messages:      number of spi-messages handled
 * @transfers:     number of spi_transfers handled
 * @transfers:     number of spi_transfers handled