fs/ufs: use pr_fmt
Replace UFS-fs, UFS-fs: and UFS: by pr_fmt with module name "ufs: " Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: Evgeniy Dushistov <dushistov@mail.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
a9814c5d2d
commit
de771bdaaa
@@ -1,6 +1,12 @@
|
||||
#ifndef _UFS_UFS_H
|
||||
#define _UFS_UFS_H 1
|
||||
|
||||
#ifdef pr_fmt
|
||||
#undef pr_fmt
|
||||
#endif
|
||||
|
||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||
|
||||
#define UFS_MAX_GROUP_LOADED 8
|
||||
#define UFS_CGNO_EMPTY ((unsigned)-1)
|
||||
|
||||
|
Reference in New Issue
Block a user