fs/coda: use __func__
Replace all function names by __func__ in pr_foo() Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: Jan Harkes <jaharkes@cs.cmu.edu> Cc: Joe Perches <joe@perches.com> 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
f38cfb2564
commit
6d6bd94f4d
@@ -518,8 +518,8 @@ int venus_pioctl(struct super_block *sb, struct CodaFid *fid,
|
||||
&outsize, inp);
|
||||
|
||||
if (error) {
|
||||
pr_warn("coda_pioctl: Venus returns: %d for %s\n",
|
||||
error, coda_f2s(fid));
|
||||
pr_warn("%s: Venus returns: %d for %s\n",
|
||||
__func__, error, coda_f2s(fid));
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user