From: Scott Matheina Date: Mon, 26 Oct 2015 02:00:49 +0000 (-0500) Subject: audit: fix comment block whitespace X-Git-Tag: KARO-TX6UL-2015-11-03~60^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=03084c2baa8811e7fa7cabf1450a2030eaf74374;p=karo-tx-linux.git audit: fix comment block whitespace Signed-off-by: Scott Matheina [PM: fixed subject line] Signed-off-by: Paul Moore --- diff --git a/kernel/auditfilter.c b/kernel/auditfilter.c index 7714d93edb85..b8ff9e193753 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 */