udf: Rename udf_error to udf_err
authorJoe Perches <joe@perches.com>
Mon, 10 Oct 2011 08:08:03 +0000 (01:08 -0700)
committerJan Kara <jack@suse.cz>
Mon, 10 Oct 2011 17:29:01 +0000 (19:29 +0200)
commit8076c363da15e7c35a4094974d1b4bcc196b5fa9
treee15e500b2371cc41c736433aeb8840c28fe9c4da
parent7e273e3b41e32716dc122b293b5f15635af495ff
udf: Rename udf_error to udf_err

Rename udf_error to udf_err for consistency with normal logging
uses of pr_err.

Rename function udf_err to _udf_err.
Remove __func__ from uses and move __func__ to a new udf_err
macro that calls _udf_err.
Some of the udf_error uses had \n terminations, some did not so
standardize \n's to udf_err uses, remove \n from _udf_err function.
Coalesce udf_err formats.
One message prefixed with udf_read_super is now prefixed with
udf_fill_super.

Reviewed-by: NamJae Jeon <linkinjeon@gmail.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/misc.c
fs/udf/super.c
fs/udf/udfdecl.h