The patch titled audit: ailence two kerneldoc warnings in kernel/audit.c has been added to the -mm tree. Its filename is audit-ailence-two-kerneldoc-warnings-in-kernel-auditc.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 *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: audit: ailence two kerneldoc warnings in kernel/audit.c From: Dave Jones <davej@xxxxxxxxxxxxxxxxx> Silence two kerneldoc warnings. Warning(kernel/audit.c:1276): No description found for parameter 'string' Warning(kernel/audit.c:1276): No description found for parameter 'len' [also fix a typo for bonus points] Signed-off-by: Dave Jones <davej@xxxxxxxxxxxxxxxxx> Acked-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/audit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN kernel/audit.c~audit-ailence-two-kerneldoc-warnings-in-kernel-auditc kernel/audit.c --- a/kernel/audit.c~audit-ailence-two-kerneldoc-warnings-in-kernel-auditc +++ a/kernel/audit.c @@ -1265,8 +1265,8 @@ static void audit_log_n_string(struct au /** * audit_string_contains_control - does a string need to be logged in hex - * @string - string to be checked - * @len - max length of the string to check + * @string: string to be checked + * @len: max length of the string to check */ int audit_string_contains_control(const char *string, size_t len) { @@ -1281,7 +1281,7 @@ int audit_string_contains_control(const /** * audit_log_n_untrustedstring - log a string that may contain random characters * @ab: audit_buffer - * @len: lenth of string (not including trailing null) + * @len: length of string (not including trailing null) * @string: string to be logged * * This code will escape a string that is passed to it if the string _ Patches currently in -mm which might be from davej@xxxxxxxxxxxxxxxxx are git-cpufreq.patch cpufreq-expose-cpufreq-coordination-requirements-regardless-of-coordination-mechanism.patch cpufreq-document-the-currently-undocumented-parts-of-the-sysfs-interface.patch allow-use-of-the-powersave-governor-as-the-default-one.patch audit-ailence-two-kerneldoc-warnings-in-kernel-auditc.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