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
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
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
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