Re: [PATCH v2 0/5] FireWire: clean up kernel-doc, add Documentation chapter
From: Randy Dunlap <hidden>
Date: 2018-08-19 03:48:37
On 06/16/2018 04:55 PM, Randy Dunlap wrote:
On 04/15/2018 07:10 PM, Takashi Sakamoto wrote:quoted
Hi, On Apr 14 2018 10:27, Randy Dunlap wrote:quoted
This patch series cleans up kernel-doc warnings in several FireWire source files and then adds a Documentation driver-api chapter for FireWire. [PATCH v3 1/5] FireWire: clean up firewire-cdev.h kernel-doc [PATCH v3 2/5] FireWire: clean up core-iso.c kernel-doc [PATCH v3 3/5] FireWire: clean up core-transaction.c kernel-doc [PATCH v3 4/5] FireWire: add a Documentation driver-api chapter [PATCH v3 5/5] FireWire: add driver-api Introduction section Documentation/driver-api/firewire.rst | 50 +++++++++++++++++++++++- Documentation/driver-api/index.rst | 1 drivers/firewire/core-iso.c | 7 +++ drivers/firewire/core-transaction.c | 10 ++++ include/uapi/linux/firewire-cdev.h | 22 ++++++---- 5 files changed, 81 insertions(+), 9 deletions(-)I reviewed all of the five patches. Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> We're on development cycle for v4.18. Your patchset will be merged into mainline in next merge window by pull request from Stefan.
Hi Stefan, Do you plan to merge these Firewire documentation patches in the current merge window? thanks, -- ~Randy