staging: lustre: use __func__ instead of __FUNCTION__
authorChristoph Jaeger <email@christophjaeger.info>
Thu, 27 Mar 2014 23:21:07 +0000 (00:21 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Apr 2014 03:21:07 +0000 (20:21 -0700)
commitf9bd9c1a08f852cd6ba6102d15ad94db2d6b595f
treeea9dbae975cfdb406822b00eb2b3bfd2894cea7d
parentf5e8269b5afacccf9a0262e9143097c31d9c1b57
staging: lustre: use __func__ instead of __FUNCTION__

__FUNCTION__ is gcc specific; use __func__ instead.

Signed-off-by: Christoph Jaeger <email@christophjaeger.info>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_debug.h
drivers/staging/lustre/lustre/include/linux/obd.h
drivers/staging/lustre/lustre/include/lu_ref.h
drivers/staging/lustre/lustre/include/lustre_dlm.h
drivers/staging/lustre/lustre/obdclass/cl_lock.c
drivers/staging/lustre/lustre/obdclass/genops.c
drivers/staging/lustre/lustre/obdclass/linux/linux-module.c
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c
This page took 0.026035 seconds and 5 git commands to generate.