Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7550787 authored by Joe Perches's avatar Joe Perches Committed by Eric Paris
Browse files

audit: remove stray newline from audit_log_execve_info() audit_panic() call



There's an unnecessary use of a \n in audit_panic.

Signed-off-by: default avatarRichard Guy Briggs <rgb@redhat.com>
parent f1283527
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1173,7 +1173,7 @@ static void audit_log_execve_info(struct audit_context *context,
	 */
	buf = kmalloc(MAX_EXECVE_AUDIT_LEN + 1, GFP_KERNEL);
	if (!buf) {
		audit_panic("out of memory for argv string\n");
		audit_panic("out of memory for argv string");
		return;
	}