Hello Mark,

This trivial series fixes some warnings that I noticed in the SPI
subsystem when builing the kernel DocBook. All the warnings were
due missing description for some functions return values.

Patch #1 fixes the warnings from the include/linux/spi/spi.h header
file and patch #2 fixes the warnings in the drivers/spi/spi.c file.

Best regards,
Javier


Javier Martinez Canillas (2):
  spi: fix kernel-doc warnings about missing return desc in spi.h
  spi: fix kernel-doc warnings about missing return desc in spi.c

 drivers/spi/spi.c       | 41 ++++++++++++++++++++++++++++++++---------
 include/linux/spi/spi.h | 34 ++++++++++++++++++++--------------
 2 files changed, 52 insertions(+), 23 deletions(-)

-- 
2.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to