* [PATCH] security: smack: fix indentation in smack_access.c
@ 2025-10-09 11:20 Taimoor Zaeem
0 siblings, 0 replies; only message in thread
From: Taimoor Zaeem @ 2025-10-09 11:20 UTC (permalink / raw)
To: casey, paul, jmorris, serge; +Cc: linux-security-module, Taimoor Zaeem
Replace spaces in code indent with tab character.
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
---
security/smack/smack_access.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/smack/smack_access.c b/security/smack/smack_access.c
index 2e4a0cb22782..3cc0e00ca1ae 100644
--- a/security/smack/smack_access.c
+++ b/security/smack/smack_access.c
@@ -392,7 +392,7 @@ void smack_log(char *subject_label, char *object_label, int request,
}
#else /* #ifdef CONFIG_AUDIT */
void smack_log(char *subject_label, char *object_label, int request,
- int result, struct smk_audit_info *ad)
+ int result, struct smk_audit_info *ad)
{
}
#endif
--
2.51.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-09 11:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-09 11:20 [PATCH] security: smack: fix indentation in smack_access.c Taimoor Zaeem
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).