mirror of https://gitee.com/openkylin/linux.git
sparse: fix comment
retmain -> remain Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
df5cbb2783
commit
c800bcd5f5
|
@ -268,7 +268,7 @@ sparse_early_usemaps_alloc_pgdat_section(struct pglist_data *pgdat,
|
|||
/*
|
||||
* A page may contain usemaps for other sections preventing the
|
||||
* page being freed and making a section unremovable while
|
||||
* other sections referencing the usemap retmain active. Similarly,
|
||||
* other sections referencing the usemap remain active. Similarly,
|
||||
* a pgdat can prevent a section being removed. If section A
|
||||
* contains a pgdat and section B contains the usemap, both
|
||||
* sections become inter-dependent. This allocates usemaps
|
||||
|
|
Loading…
Reference in New Issue