The patch titled kerneldoc fix in audit_core_dumps has been removed from the -mm tree. Its filename was kerneldoc-fix-in-audit_core_dumps.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: kerneldoc fix in audit_core_dumps From: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Fix parameter name in audit_core_dumps for kerneldoc. Signed-off-by: Henrik Kretzschmar <henne@xxxxxxxxxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/auditsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/auditsc.c~kerneldoc-fix-in-audit_core_dumps kernel/auditsc.c --- a/kernel/auditsc.c~kerneldoc-fix-in-audit_core_dumps +++ a/kernel/auditsc.c @@ -2037,7 +2037,7 @@ int __audit_signal_info(int sig, struct /** * audit_core_dumps - record information about processes that end abnormally - * @sig: signal value + * @signr: signal value * * If a process ends with a core dump, something fishy is going on and we * should record the event for investigation. _ Patches currently in -mm which might be from henne@xxxxxxxxxxxxxxxx are origin.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