diff options
author | Xishi Qiu <qiuxishi@huawei.com> | 2013-08-22 17:42:44 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-27 10:55:23 +0200 |
commit | 59e68a181ac84fde466446c942f7c4f9268f62f2 (patch) | |
tree | eccf2c256b2c67945126d6879247cad79fba273c /Documentation/memory-hotplug.txt | |
parent | 54d4f25b35007ee15a9ce6b8f644cfaee4cc614b (diff) |
mm/hotplug: fix a typo in Documentation/memory-hotplug.txt
Fix a trivial typo in Documentation/memory-hotplug.txt
Signed-off-by: Xishi Qiu <qiuxishi@huawei.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/memory-hotplug.txt')
-rw-r--r-- | Documentation/memory-hotplug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/memory-hotplug.txt b/Documentation/memory-hotplug.txt index 8e5eacbdcfa3..d7a9b0a90d45 100644 --- a/Documentation/memory-hotplug.txt +++ b/Documentation/memory-hotplug.txt @@ -163,7 +163,7 @@ a recent addition and not present on older kernels. at read: contains online/offline state of memory. at write: user can specify "online_kernel", "online_movable", "online", "offline" command - which will be performed on al sections in the block. + which will be performed on all sections in the block. 'phys_device' : read-only: designed to show the name of physical memory device. This is not well implemented now. 'removable' : read-only: contains an integer value indicating |