mirror of
https://github.com/torvalds/linux.git
synced 2026-01-24 23:16:46 +00:00
audit: fix comment misindentation in audit.h
Minor comment misindentation adjustment. Signed-off-by: Ricardo Robaina <rrobaina@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
committed by
Paul Moore
parent
211ddde082
commit
4f7b54e17e
@@ -138,7 +138,7 @@ struct audit_context {
|
|||||||
struct audit_aux_data *aux_pids;
|
struct audit_aux_data *aux_pids;
|
||||||
struct sockaddr_storage *sockaddr;
|
struct sockaddr_storage *sockaddr;
|
||||||
size_t sockaddr_len;
|
size_t sockaddr_len;
|
||||||
/* Save things to print about task_struct */
|
/* Save things to print about task_struct */
|
||||||
pid_t ppid;
|
pid_t ppid;
|
||||||
kuid_t uid, euid, suid, fsuid;
|
kuid_t uid, euid, suid, fsuid;
|
||||||
kgid_t gid, egid, sgid, fsgid;
|
kgid_t gid, egid, sgid, fsgid;
|
||||||
|
|||||||
Reference in New Issue
Block a user