mirror of https://github.com/torvalds/linux.git
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:
parent
211ddde082
commit
4f7b54e17e
|
|
@ -138,7 +138,7 @@ struct audit_context {
|
|||
struct audit_aux_data *aux_pids;
|
||||
struct sockaddr_storage *sockaddr;
|
||||
size_t sockaddr_len;
|
||||
/* Save things to print about task_struct */
|
||||
/* Save things to print about task_struct */
|
||||
pid_t ppid;
|
||||
kuid_t uid, euid, suid, fsuid;
|
||||
kgid_t gid, egid, sgid, fsgid;
|
||||
|
|
|
|||
Loading…
Reference in New Issue