summaryrefslogtreecommitdiff
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-05-24 05:13:20 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-25 18:05:07 (GMT)
commitf8628a47ba502ec2ec795dc0134f052f45ce2cd4 (patch)
tree9dde6a106af8e2f95289fba1fac7dbfe5f535548 /drivers/staging/usbip
parent91d435fe368ab30702d7bcd50f680e7185899295 (diff)
downloadlinux-f8628a47ba502ec2ec795dc0134f052f45ce2cd4.tar.xz
staging: Convert __FUNCTION__ to __func__
Use the normal mechanism for emitting a function name. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/userspace/libsrc/usbip_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/userspace/libsrc/usbip_common.h b/drivers/staging/usbip/userspace/libsrc/usbip_common.h
index 23be848..5a0e95e 100644
--- a/drivers/staging/usbip/userspace/libsrc/usbip_common.h
+++ b/drivers/staging/usbip/userspace/libsrc/usbip_common.h
@@ -47,7 +47,7 @@ extern int usbip_use_debug ;
#define pr_fmt(fmt) "%s: %s: " fmt "\n", PROGNAME
#define dbg_fmt(fmt) pr_fmt("%s:%d:[%s] " fmt), "debug", \
- __FILE__, __LINE__, __FUNCTION__
+ __FILE__, __LINE__, __func__
#define err(fmt, args...) \
do { \