From: Joe Perches Date: Mon, 10 Oct 2011 08:08:04 +0000 (-0700) Subject: udf: Rename udf_warning to udf_warn X-Git-Tag: v3.2-rc1~86^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a40ecd7b3ccf520ff02da93e8d1ba6cd55c2e359;p=pandora-kernel.git udf: Rename udf_warning to udf_warn Rename udf_warning to udf_warn for consistency with normal logging uses of pr_warn. Rename function udf_warning to _udf_warn. Remove __func__ from uses and move __func__ to a new udf_warn macro that calls _udf_warn. Add \n's to uses of udf_warn, remove \n from _udf_warn. Coalesce formats. Reviewed-by: NamJae Jeon Signed-off-by: Joe Perches Signed-off-by: Jan Kara --- Reading git-diff-tree failed