[PATCH] Documentation: gpio: fix function links in the HTML docs

2019-07-08 Thread Jeremy Cline
emove()"). Signed-off-by: Jeremy Cline --- Documentation/driver-api/gpio/driver.rst | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/driver-api/gpio/driver.rst b/Documentation/driver-api/gpio/driver.rst index 1ce7fcd0f989..d4197ea3dafb 10

[PATCH] docs/vm: transhuge: fix typo in madvise reference

2019-07-16 Thread Jeremy Cline
Fix an off-by-one typo in the transparent huge pages admin documentation. Signed-off-by: Jeremy Cline --- Documentation/admin-guide/mm/transhuge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/mm/transhuge.rst b/Documentation/admin-guide/mm

[PATCH v2] Documentation: gpio: fix function links in the HTML docs

2019-07-29 Thread Jeremy Cline
emove()"). Signed-off-by: Jeremy Cline --- New in v2: - Rebased onto v5.3-rc2 Documentation/driver-api/gpio/driver.rst | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/driver-api/gpio/driver.rst b/Documentation/driver-api/gpio/driver

[PATCH] docs: kmemleak: DEBUG_KMEMLEAK_EARLY_LOG_SIZE changed names

2019-09-25 Thread Jeremy Cline
Commit c5665868183f ("mm: kmemleak: use the memory pool for early allocations") renamed CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE to CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE. Update the documentation reference to reflect that. Signed-off-by: Jeremy Cline --- Documentation/dev-tools/kmemleak.rst