summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authorJoe Perches2014-05-24 07:13:20 +0200
committerGreg Kroah-Hartman2014-05-25 20:05:07 +0200
commitf8628a47ba502ec2ec795dc0134f052f45ce2cd4 (patch)
tree9dde6a106af8e2f95289fba1fac7dbfe5f535548 /drivers/staging/usbip
parentstaging: rtl8712: remove _malloc() (diff)
downloadkernel-qcow2-linux-f8628a47ba502ec2ec795dc0134f052f45ce2cd4.tar.gz
kernel-qcow2-linux-f8628a47ba502ec2ec795dc0134f052f45ce2cd4.tar.xz
kernel-qcow2-linux-f8628a47ba502ec2ec795dc0134f052f45ce2cd4.zip
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 23be848f24fb..5a0e95edf4df 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 { \