From 1117e57c4f7642ffb18ded99fa24ff723a961c65 Mon Sep 17 00:00:00 2001 From: Anisse Astier Date: Tue, 26 May 2015 14:31:15 +0200 Subject: [PATCH] Fix hyperlink to memblock.c Just a small markdown copy/paste typo --- mm/linux-mm-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/linux-mm-1.md b/mm/linux-mm-1.md index e1368b4..4b291cd 100644 --- a/mm/linux-mm-1.md +++ b/mm/linux-mm-1.md @@ -85,7 +85,7 @@ These three structures: `memblock`, `memblock_type` and `memblock_region` are ma Memblock initialization -------------------------------------------------------------------------------- -As all API of the `memblock` described in the [include/linux/memblock.h](https://github.com/torvalds/linux/blob/master/include/linux/memblock.h) header file, all implementation of these function is in the [mm/memblock.c]([include/linux/memblock.h](https://github.com/torvalds/linux/blob/master/mm/memblock.c) source code file. Let's look on the top of source code file and we will look there initialization of the `memblock` structure: +As all API of the `memblock` described in the [include/linux/memblock.h](https://github.com/torvalds/linux/blob/master/include/linux/memblock.h) header file, all implementation of these function is in the [mm/memblock.c](https://github.com/torvalds/linux/blob/master/mm/memblock.c) source code file. Let's look on the top of source code file and we will look there initialization of the `memblock` structure: ```C struct memblock memblock __initdata_memblock = {