exfat: Use a more common logging style
authorJoe Perches <joe@perches.com>
Fri, 24 Apr 2020 04:31:12 +0000 (13:31 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Tue, 9 Jun 2020 07:48:34 +0000 (16:48 +0900)
commitd1727d55c0327efdba2a5bad7801d509b721fef3
tree8ac61875a87012d14f844ddd2abe859fe04e3039
parent197298a64983e2beaf1a87413daff3044b4f3821
exfat: Use a more common logging style

Remove the direct use of KERN_<LEVEL> in functions by creating
separate exfat_<level> macros.

Miscellanea:

o Remove several unnecessary terminating newlines in formats
o Realign arguments and fit to 80 columns where appropriate

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
fs/exfat/balloc.c
fs/exfat/dir.c
fs/exfat/exfat_fs.h
fs/exfat/fatent.c
fs/exfat/misc.c
fs/exfat/namei.c
fs/exfat/nls.c
fs/exfat/super.c