]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
audit: fix comment block whitespace
authorScott Matheina <scott@matheina.com>
Wed, 4 Nov 2015 13:23:51 +0000 (08:23 -0500)
committerPaul Moore <pmoore@redhat.com>
Wed, 4 Nov 2015 13:23:51 +0000 (08:23 -0500)
Signed-off-by: Scott Matheina <scott@matheina.com>
[PM: fixed subject line]
Signed-off-by: Paul Moore <pmoore@redhat.com>
kernel/auditfilter.c

index 7714d93edb8505fc6bbd212ad3dbcec9d05b4cdb..b8ff9e193753614072d55b98b0bb46e2a8534880 100644 (file)
  * Locking model:
  *
  * audit_filter_mutex:
- *             Synchronizes writes and blocking reads of audit's filterlist
- *             data.  Rcu is used to traverse the filterlist and access
- *             contents of structs audit_entry, audit_watch and opaque
- *             LSM rules during filtering.  If modified, these structures
- *             must be copied and replace their counterparts in the filterlist.
- *             An audit_parent struct is not accessed during filtering, so may
- *             be written directly provided audit_filter_mutex is held.
+ *             Synchronizes writes and blocking reads of audit's filterlist
+ *             data.  Rcu is used to traverse the filterlist and access
+ *             contents of structs audit_entry, audit_watch and opaque
+ *             LSM rules during filtering.  If modified, these structures
+ *             must be copied and replace their counterparts in the filterlist.
+ *             An audit_parent struct is not accessed during filtering, so may
+ *             be written directly provided audit_filter_mutex is held.
  */
 
 /* Audit filter lists, defined in <linux/audit.h> */