diff options
| -rw-r--r-- | mm/page_isolation.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/mm/page_isolation.c b/mm/page_isolation.c index 064b7fb6e0b5..a5594bfcc5ed 100644 --- a/mm/page_isolation.c +++ b/mm/page_isolation.c @@ -55,7 +55,7 @@ static int set_migratetype_isolate(struct page *page,  		ret = 0;  	/* -	 * immobile means "not-on-lru" paes. If immobile is larger than +	 * immobile means "not-on-lru" pages. If immobile is larger than  	 * removable-by-driver pages reported by notifier, we'll fail.  	 */ | 
