]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15af577643d3513fa92f9e308b0a52f5bbb91676
treeea9dbae975cfdb406822b00eb2b3bfd2894cea7d
parent510c098031744bfab233f42cb4588cf013fbeb37
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