Re: [PATCH] rbtree.txt: fix typo in cached rbtree section

2017-12-02 Thread Davidlohr Bueso
I'm happy to ack your patch but you have to send it correctly. You are missing a changelog (although it ought to be small due to the trivial change) as well as you SoB tag. Please consult Documentation/process/submitting-patches.rst. You also need to Cc akpm as he routes such areas to Linus. Tha

Re: [PATCH] dmaengine: doc : Fix warning "Title underline too short" while make xmldocs

2017-12-02 Thread Jonathan Corbet
On Wed, 29 Nov 2017 00:16:56 +0900 Masanari Iida wrote: > This patch fix following warning during 'make xmldocs' > > Documentation/driver-api/dmaengine/client.rst:188: > WARNING: Title underline too short. > > Further APIs: > Applied to the docs tree, thanks. jon -- To unsubscrib

Re: [PATCH] genericirq.rst: Remove :c:func:`...` in code blocks

2017-12-02 Thread Jonathan Corbet
On Tue, 28 Nov 2017 06:16:21 +0100 Jonathan Neuschäfer wrote: > In code blocks, :c:func:`...` annotations don't result in > cross-references. Instead, they are rendered verbatim. Remove these > broken annotations, and mark function calls with parentheses() again. > > Fixes: 76d40fae1351 ("gener

Re: [PATCH] scsi: documentation: Fix case of 'scsi_device' struct mention(s)

2017-12-02 Thread Jonathan Corbet
On Wed, 22 Nov 2017 12:56:22 -0500 John Pittman wrote: > In scsi_mid_low_api.txt a the scsi_device structure is mentioned > several times, but the leading 's' is uppercase (Scsi_device) > and should be lowercase (scsi_device). Fixed by this commit. > > Signed-off-by: John Pittman Applied, tha