Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: fix spi.h kernel-doc warning

Fix kernel-doc warning in spi.h (copy/paste):

Warning(include/linux/spi/spi.h:365): No description found for parameter 'unprepare_transfer_hardware'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

authored by

Randy Dunlap and committed by
Grant Likely
dbabe0d6 5eb806a3

+1 -1
+1 -1
include/linux/spi/spi.h
··· 254 254 * driver is finished with this message, it must call 255 255 * spi_finalize_current_message() so the subsystem can issue the next 256 256 * transfer 257 - * @prepare_transfer_hardware: there are currently no more messages on the 257 + * @unprepare_transfer_hardware: there are currently no more messages on the 258 258 * queue so the subsystem notifies the driver that it may relax the 259 259 * hardware by issuing this call 260 260 *