diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2012-09-19 21:48:02 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 08:32:13 -0500 |
commit | b3834be5c42a5d2fd85ff4b819fa38983b1450e6 (patch) | |
tree | 116f98f451a9f5ae4e205a19e927ad1727443f1a /mm | |
parent | 48fc7f7e787dd65ffe88521bce31f4062ba273eb (diff) |
various: Fix spelling of "asynchronous" in comments.
"Asynchronous" is misspelled in some comments. No code changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memory_hotplug.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 56b758ae57d2..bb81b7f417a8 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -950,10 +950,10 @@ repeat: | |||
950 | goto repeat; | 950 | goto repeat; |
951 | } | 951 | } |
952 | } | 952 | } |
953 | /* drain all zone's lru pagevec, this is asyncronous... */ | 953 | /* drain all zone's lru pagevec, this is asynchronous... */ |
954 | lru_add_drain_all(); | 954 | lru_add_drain_all(); |
955 | yield(); | 955 | yield(); |
956 | /* drain pcp pages , this is synchrouns. */ | 956 | /* drain pcp pages, this is synchronous. */ |
957 | drain_all_pages(); | 957 | drain_all_pages(); |
958 | /* check again */ | 958 | /* check again */ |
959 | offlined_pages = check_pages_isolated(start_pfn, end_pfn); | 959 | offlined_pages = check_pages_isolated(start_pfn, end_pfn); |
@@ -962,7 +962,7 @@ repeat: | |||
962 | goto failed_removal; | 962 | goto failed_removal; |
963 | } | 963 | } |
964 | printk(KERN_INFO "Offlined Pages %ld\n", offlined_pages); | 964 | printk(KERN_INFO "Offlined Pages %ld\n", offlined_pages); |
965 | /* Ok, all of our target is islaoted. | 965 | /* Ok, all of our target is isolated. |
966 | We cannot do rollback at this point. */ | 966 | We cannot do rollback at this point. */ |
967 | offline_isolated_pages(start_pfn, end_pfn); | 967 | offline_isolated_pages(start_pfn, end_pfn); |
968 | /* reset pagetype flags and makes migrate type to be MOVABLE */ | 968 | /* reset pagetype flags and makes migrate type to be MOVABLE */ |