GFS2: Use pr_<level> more consistently
authorJoe Perches <joe@perches.com>
Thu, 6 Mar 2014 20:10:45 +0000 (12:10 -0800)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 7 Mar 2014 09:30:51 +0000 (09:30 +0000)
commitd77d1b58aaf4456946b8502c67f16b52fda60303
tree5d829949b7ce4bfcb31c9517a418931d31e48ac2
parenta17d758b661d6fa01a0d466d7bdda3c131bb68f9
GFS2: Use pr_<level> more consistently

Add pr_fmt, remove embedded "GFS2: " prefixes.
This now consistently emits lower case "gfs2: " for each message.

Other miscellanea around these changes:

o Add missing newlines
o Coalesce formats
o Realign arguments

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
12 files changed:
fs/gfs2/dir.c
fs/gfs2/glock.c
fs/gfs2/lock_dlm.c
fs/gfs2/main.c
fs/gfs2/ops_fstype.c
fs/gfs2/quota.c
fs/gfs2/rgrp.c
fs/gfs2/super.c
fs/gfs2/sys.c
fs/gfs2/trans.c
fs/gfs2/util.c
fs/gfs2/util.h
This page took 0.028756 seconds and 5 git commands to generate.