The documentation contained minor typos which are being fixed here. Signed-off-by: Florian Grandel <fgrandel@xxxxxxxxx> --- doc/coding-style.txt | 2 +- doc/maintainer-guidelines.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/coding-style.txt b/doc/coding-style.txt index b3fbd2e..f0bf880 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -61,7 +61,7 @@ if (err || !S_ISDIR(st.st_mode)) M2: Multiple line comment ========================= -If your comments have more then one line, please start it from the second line. +If your comment has more than one line, please start it from the second line. Example: /* diff --git a/doc/maintainer-guidelines.txt b/doc/maintainer-guidelines.txt index fef90c8..21162d4 100644 --- a/doc/maintainer-guidelines.txt +++ b/doc/maintainer-guidelines.txt @@ -99,7 +99,7 @@ verified first: - Check that the names are acceptible with other maintainers - Ensure that the file modes are correct - Verify that the license & copyright headers are correct - - If the file is supposed to be part of the release taraball, + - If the file is supposed to be part of the release tarball, make sure that it gets picked up by 'make dist' (particularly important for documentation or other files that are not code) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html