aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/testing/debugfs-kmemtrace2
-rw-r--r--Documentation/vm/kmemtrace.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/debugfs-kmemtrace b/Documentation/ABI/testing/debugfs-kmemtrace
index a5ff9a64c9ee..5e6a92a02d85 100644
--- a/Documentation/ABI/testing/debugfs-kmemtrace
+++ b/Documentation/ABI/testing/debugfs-kmemtrace
@@ -63,7 +63,7 @@ Adding new data to the packet (features) is done at the end of the mandatory
63data: 63data:
64 Feature size (2 byte) 64 Feature size (2 byte)
65 Feature ID (1 byte) 65 Feature ID (1 byte)
66 Feature data (Feature size - 4 bytes) 66 Feature data (Feature size - 3 bytes)
67 67
68 68
69Users: 69Users:
diff --git a/Documentation/vm/kmemtrace.txt b/Documentation/vm/kmemtrace.txt
index 75360b142ba4..f656cac3558c 100644
--- a/Documentation/vm/kmemtrace.txt
+++ b/Documentation/vm/kmemtrace.txt
@@ -61,7 +61,7 @@ III. Quick usage guide
61====================== 61======================
62 62
631) Get a kernel that supports kmemtrace and build it accordingly (i.e. enable 631) Get a kernel that supports kmemtrace and build it accordingly (i.e. enable
64CONFIG_KMEMTRACE and CONFIG_DEFAULT_ENABLED). 64CONFIG_KMEMTRACE and CONFIG_KMEMTRACE_DEFAULT_ENABLED).
65 65
662) Get the userspace tool and build it: 662) Get the userspace tool and build it:
67$ git-clone git://repo.or.cz/kmemtrace-user.git # current repository 67$ git-clone git://repo.or.cz/kmemtrace-user.git # current repository