Skip to content

Commit

Permalink
kmemtrace: Fix typos in documentation.
Browse files Browse the repository at this point in the history
Corrected the ABI description and the kmemtrace usage guide. Thanks to
Randy Dunlap for noticing these errors.

Signed-off-by: Eduard - Gabriel Munteanu <[email protected]>
Signed-off-by: Pekka Enberg <[email protected]>
  • Loading branch information
edgmnt authored and Pekka Enberg committed Dec 29, 2008
1 parent 5b882be commit 4a80b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/ABI/testing/debugfs-kmemtrace
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/vm/kmemtrace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a80b24

Please sign in to comment.