Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1253979
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] spi: fix kernel-doc warnings |
| Date | 2015-10-22 19:00 +0200 |
| Message-ID | <qmrnA-8pH-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] spi: fix kernel-doc warnings Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-22 19:00 +0200 [PATCH 2/2] spi: fix kernel-doc warnings about missing return desc in spi.c Javier Martinez Canillas <javier@osg.samsung.com> - 2015-10-22 19:10 +0200
csiph-web