Staging: lustre: Replace __FUNCTION__ with __func__
authorRashika Kheria <rashika.kheria@gmail.com>
Sat, 26 Oct 2013 10:54:43 +0000 (16:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Oct 2013 03:45:36 +0000 (20:45 -0700)
commit6756bb7cd99a344e956d5eb0f34ea1dcade5fe5b
treec4b878815d5d14bae55e4935f2dbce1bbe57666e
parent730ebc81c8b0f92cab2ea27fea82a464d6449132
Staging: lustre: Replace __FUNCTION__ with __func__

This patch fixes the following checkpatch.pl warning in lustre/ldlm/ldlm_request.c-
WARNING: __func__ should be used instead of gcc specific __FUNCTION__

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_request.c