diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/auditsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/auditsc.c b/kernel/auditsc.c index bd3de52600ff..254ce2063d1d 100644 --- a/kernel/auditsc.c +++ b/kernel/auditsc.c | |||
@@ -1173,7 +1173,7 @@ static void audit_log_execve_info(struct audit_context *context, | |||
1173 | */ | 1173 | */ |
1174 | buf = kmalloc(MAX_EXECVE_AUDIT_LEN + 1, GFP_KERNEL); | 1174 | buf = kmalloc(MAX_EXECVE_AUDIT_LEN + 1, GFP_KERNEL); |
1175 | if (!buf) { | 1175 | if (!buf) { |
1176 | audit_panic("out of memory for argv string\n"); | 1176 | audit_panic("out of memory for argv string"); |
1177 | return; | 1177 | return; |
1178 | } | 1178 | } |
1179 | 1179 | ||