From: Randy Dunlap Date: Wed, 18 Apr 2012 00:03:50 +0000 (-0700) Subject: spi: fix spi.h kernel-doc warning X-Git-Tag: v3.4-rc5~12^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbabe0d659d3cfe42830a779909ab3cd42f7b027;hp=5eb806a3a68920a9f373f18b03fa14852047e62b;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git 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 Signed-off-by: Grant Likely --- diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 98679b0..fa702ae 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -254,7 +254,7 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv) * driver is finished with this message, it must call * spi_finalize_current_message() so the subsystem can issue the next * transfer - * @prepare_transfer_hardware: there are currently no more messages on the + * @unprepare_transfer_hardware: there are currently no more messages on the * queue so the subsystem notifies the driver that it may relax the * hardware by issuing this call *