diff options
author | Li Zhong <zhong@linux.vnet.ibm.com> | 2014-03-31 04:41:58 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-04-02 03:16:17 -0400 |
commit | c800bcd5f53fd9455fc6c68f1a34306e5aa4f79a (patch) | |
tree | 27decdbcc96002a28c3fb1df942cbdf2d06f9e35 | |
parent | df5cbb27836ff6a6c807f9030ca536403fc674d2 (diff) |
sparse: fix comment
retmain -> remain
Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | mm/sparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c index 63c3ea5c119c..38cad8fd7397 100644 --- a/mm/sparse.c +++ b/mm/sparse.c | |||
@@ -268,7 +268,7 @@ sparse_early_usemaps_alloc_pgdat_section(struct pglist_data *pgdat, | |||
268 | /* | 268 | /* |
269 | * A page may contain usemaps for other sections preventing the | 269 | * A page may contain usemaps for other sections preventing the |
270 | * page being freed and making a section unremovable while | 270 | * page being freed and making a section unremovable while |
271 | * other sections referencing the usemap retmain active. Similarly, | 271 | * other sections referencing the usemap remain active. Similarly, |
272 | * a pgdat can prevent a section being removed. If section A | 272 | * a pgdat can prevent a section being removed. If section A |
273 | * contains a pgdat and section B contains the usemap, both | 273 | * contains a pgdat and section B contains the usemap, both |
274 | * sections become inter-dependent. This allocates usemaps | 274 | * sections become inter-dependent. This allocates usemaps |