From: Kinglong Mee Date: Wed, 4 Feb 2015 13:15:59 +0000 (+0800) Subject: fs/aio.c: Remove duplicate function name in pr_debug messages X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~3^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd88d4e1af3c6c55f679c202cd517dff7ea9c6f;p=pandora-kernel.git fs/aio.c: Remove duplicate function name in pr_debug messages Have defined pr_fmt as below in fs/aio.c, so remove duplicate function name in pr_debug message. #define pr_fmt(fmt) "%s: " fmt, __func__ Signed-off-by: Kinglong Mee Signed-off-by: Al Viro --- Reading git-diff-tree failed