]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
kmemtrace: Fix typos in documentation.
authorEduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Tue, 19 Aug 2008 17:43:27 +0000 (20:43 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Mon, 29 Dec 2008 13:34:09 +0000 (15:34 +0200)
Corrected the ABI description and the kmemtrace usage guide. Thanks to
Randy Dunlap for noticing these errors.

Signed-off-by: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Documentation/ABI/testing/debugfs-kmemtrace
Documentation/vm/kmemtrace.txt

index a5ff9a64c9ee6d65da85eeb16784509a6d298ca3..5e6a92a02d85b4730bbdd5d3d15766a50fb5858a 100644 (file)
@@ -63,7 +63,7 @@ Adding new data to the packet (features) is done at the end of the mandatory
 data:
        Feature size    (2 byte)
        Feature ID      (1 byte)
-       Feature data    (Feature size - 4 bytes)
+       Feature data    (Feature size - 3 bytes)
 
 
 Users:
index 75360b142ba487547fd2c824975efe21bce083e6..f656cac3558c37cec4ee0bf3f17ec3515e8bdb51 100644 (file)
@@ -61,7 +61,7 @@ III. Quick usage guide
 ======================
 
 1) Get a kernel that supports kmemtrace and build it accordingly (i.e. enable
-CONFIG_KMEMTRACE and CONFIG_DEFAULT_ENABLED).
+CONFIG_KMEMTRACE and CONFIG_KMEMTRACE_DEFAULT_ENABLED).
 
 2) Get the userspace tool and build it:
 $ git-clone git://repo.or.cz/kmemtrace-user.git                # current repository