public inbox for audit@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] audit: add a missing tab
@ 2025-08-13  5:38 Dan Carpenter
  2025-08-13 15:39 ` Casey Schaufler
  2025-08-13 15:51 ` Paul Moore
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Carpenter @ 2025-08-13  5:38 UTC (permalink / raw)
  To: Casey Schaufler; +Cc: Paul Moore, Eric Paris, audit, kernel-janitors

Someone got a bit carried away deleting tabs.  Add it back.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
---
 kernel/auditsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/auditsc.c b/kernel/auditsc.c
index 1c29541c8fb6..497bda0043fb 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -1778,7 +1778,7 @@ static void audit_log_exit(void)
 						  axs->target_sessionid[i],
 						  &axs->target_ref[i],
 						  axs->target_comm[i]))
-			call_panic = 1;
+				call_panic = 1;
 	}
 
 	if (context->target_pid &&
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-08-13 16:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-13  5:38 [PATCH] audit: add a missing tab Dan Carpenter
2025-08-13 15:39 ` Casey Schaufler
2025-08-13 15:45   ` Casey Schaufler
2025-08-13 15:48   ` Dan Carpenter
2025-08-13 15:51 ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox