Re: [PATCH] spi: fix spi.h kernel-doc warning

2016-02-08 Thread Mark Brown
On Fri, Feb 05, 2016 at 05:31:39PM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kernel-doc warning for missing struct field notation. > > ..//include/linux/spi/spi.h:540: warning: No description found for parameter > 'max_transfer_size' The patch description and especially subject h

[PATCH] spi: fix spi.h kernel-doc warning

2016-02-05 Thread Randy Dunlap
From: Randy Dunlap Fix kernel-doc warning for missing struct field notation. ..//include/linux/spi/spi.h:540: warning: No description found for parameter 'max_transfer_size' Signed-off-by: Randy Dunlap --- include/linux/spi/spi.h |2 ++ 1 file changed, 2 insertions(+) --- lnx-45-rc2.ori