[Patch V2 1/2] x86/mm/numa: trivial fix on typo and error message

2017-03-13 Thread Wei Yang
When allocating pg_data in alloc_node_data(), it will try to allocate from local node first and then from any node. If it fails at the second trial, it means there is not available memory on any node. This patch fixes the error message and correct one typo. Signed-off-by: Wei Yang

[Patch V2 1/2] x86/mm/numa: trivial fix on typo and error message

2017-03-13 Thread Wei Yang
When allocating pg_data in alloc_node_data(), it will try to allocate from local node first and then from any node. If it fails at the second trial, it means there is not available memory on any node. This patch fixes the error message and correct one typo. Signed-off-by: Wei Yang --- v2: *