The patch titled Subject: dynamic_debug documentation: minor fixes has been added to the -mm tree. Its filename is dynamic_debug-minor-fixes-to-documentation.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/dynamic_debug-minor-fixes-to-documentation.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/dynamic_debug-minor-fixes-to-documentation.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Subject: dynamic_debug documentation: minor fixes Fix minor typo. Fix missing words in explaining parsing of last line number. Link: http://lkml.kernel.org/r/ebb7ff42-4945-103f-d5b4-f07a6f3343a7@xxxxxxxxxxxxx Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Cc: Jason Baron <jbaron@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/admin-guide/dynamic-debug-howto.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN Documentation/admin-guide/dynamic-debug-howto.rst~dynamic_debug-minor-fixes-to-documentation Documentation/admin-guide/dynamic-debug-howto.rst --- a/Documentation/admin-guide/dynamic-debug-howto.rst~dynamic_debug-minor-fixes-to-documentation +++ a/Documentation/admin-guide/dynamic-debug-howto.rst @@ -18,7 +18,7 @@ shortcut for ``print_hex_dump(KERN_DEBUG For ``print_hex_dump_debug()``/``print_hex_dump_bytes()``, format string is its ``prefix_str`` argument, if it is constant string; or ``hexdump`` -in case ``prefix_str`` is build dynamically. +in case ``prefix_str`` is built dynamically. Dynamic debug has even more useful features: @@ -197,8 +197,8 @@ line line number matches the callsite line number exactly. A range of line numbers matches any callsite between the first and last line number inclusive. An empty first number means - the first line in the file, an empty line number means the - last number in the file. Examples:: + the first line in the file, an empty last line number means the + last line number in the file. Examples:: line 1603 // exactly line 1603 line 1600-1605 // the six lines from line 1600 to line 1605 _ Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are dynamic_debug-fix-optional-omitted-ending-line-number-to-be-large-instead-of-0.patch dynamic_debug-minor-fixes-to-documentation.patch expert-kconfig-menu-fix-broken-expert-menu.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html