-
由 Josh Boyer 提交于
Calling audit_log_lost with a \n in the format string leads to extra newlines in dmesg. That function will eventually call audit_panic which uses pr_err with an explicit \n included. Just make these calls match the others that lack \n. Reported-by: NJonathan Kamens <jik@kamens.brookline.ma.us> Signed-off-by: NJosh Boyer <jwboyer@fedoraproject.org> Signed-off-by: NRichard Guy Briggs <rgb@redhat.com>
f1283527