summaryrefslogtreecommitdiffstats
path: root/kernel/auditfilter.c
diff options
context:
space:
mode:
authorScott Matheina <scott@matheina.com>2015-11-04 08:23:51 -0500
committerPaul Moore <pmoore@redhat.com>2015-11-04 08:23:51 -0500
commit725131efa52812973afda6ff3fbeec6cc22882a5 (patch)
treef1ab74d34c4cf7090413de424993778be1bdc2ea /kernel/auditfilter.c
parent6f1b5d7afe1d737b7ca726e08e26f2e0367876d2 (diff)
downloadop-kernel-dev-725131efa52812973afda6ff3fbeec6cc22882a5.zip
op-kernel-dev-725131efa52812973afda6ff3fbeec6cc22882a5.tar.gz
audit: fix comment block whitespace
Signed-off-by: Scott Matheina <scott@matheina.com> [PM: fixed subject line] Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'kernel/auditfilter.c')
-rw-r--r--kernel/auditfilter.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/kernel/auditfilter.c b/kernel/auditfilter.c
index 7714d93..b8ff9e1 100644
--- a/kernel/auditfilter.c
+++ b/kernel/auditfilter.c
@@ -39,13 +39,13 @@
* 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> */
OpenPOWER on IntegriCloud