[PATCH] security: smack: fix indentation in smack_access.c
Casey Schaufler
casey at schaufler-ca.com
Wed Dec 31 20:50:49 UTC 2025
On 10/9/2025 4:20 AM, Taimoor Zaeem wrote:
> Replace spaces in code indent with tab character.
>
> Signed-off-by: Taimoor Zaeem <taimoorzaeem at gmail.com>
Added to smack-next for 6.20. Thank you.
> ---
> 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
More information about the Linux-security-module-archive
mailing list