From: Ben Hutchings Date: Mon, 10 Mar 2014 22:49:46 +0000 (-0700) Subject: mm/Kconfig: fix URL for zsmalloc benchmark X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2216ee853017f9c9371106c5c02d4fe42f61cbfa;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mm/Kconfig: fix URL for zsmalloc benchmark The help text for CONFIG_PGTABLE_MAPPING has an incorrect URL. While we're at it, remove the unnecessary footnote notation. Signed-off-by: Ben Hutchings Acked-by: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/Kconfig b/mm/Kconfig index 2d9f1504d75e..2888024e0b0a 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -575,5 +575,5 @@ config PGTABLE_MAPPING then you should select this. This causes zsmalloc to use page table mapping rather than copying for object mapping. - You can check speed with zsmalloc benchmark[1]. - [1] https://github.com/spartacus06/zsmalloc + You can check speed with zsmalloc benchmark: + https://github.com/spartacus06/zsmapbench