On Tue, 17 Apr 2012 17:03:50 -0700, Randy Dunlap <[email protected]> wrote: > From: Randy Dunlap <[email protected]> > > Fix kernel-doc warning in spi.h (copy/pasto): > > Warning(include/linux/spi/spi.h:365): No description found for parameter > 'unprepare_transfer_hardware' > > Signed-off-by: Randy Dunlap <[email protected]>
Applied, thanks. g. > --- > include/linux/spi/spi.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- lnx-34-rc3.orig/include/linux/spi/spi.h > +++ lnx-34-rc3/include/linux/spi/spi.h > @@ -254,7 +254,7 @@ static inline void spi_unregister_driver > * 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 > * -- Grant Likely, B.Sc, P.Eng. Secret Lab Technologies, Ltd. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
