From: Josh Boyer Date: Wed, 5 Mar 2014 21:29:55 +0000 (-0500) Subject: audit: remove stray newlines from audit_log_lost messages X-Git-Tag: v3.15-rc1~18^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f12835276c3182f2b998d93dfd60100cf4b60c05;p=pandora-kernel.git audit: remove stray newlines from audit_log_lost messages 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: Jonathan Kamens Signed-off-by: Josh Boyer Signed-off-by: Richard Guy Briggs --- Reading git-diff-tree failed