Skip to content

Commit

Permalink
audit: fix comment block whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Matheina <[email protected]>
[PM: fixed subject line]
Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
Scott Matheina authored and pcmoore committed Nov 4, 2015
1 parent 6f1b5d7 commit 725131e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kernel/auditfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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> */
Expand Down

0 comments on commit 725131e

Please sign in to comment.