summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorSam Hansen <solid.se7en@gmail.com>2012-01-22 16:48:52 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-09 09:24:38 -0800
commitb4fdf7be0a0e776e4e500e767600e654d8f4f6c2 (patch)
treea5331f88a5a64e70ab93fd285effbcefdc38fa22 /drivers/staging
parentcae9a7bef2c497d40328f7f3fe6384efcf5c13b3 (diff)
downloadop-kernel-dev-b4fdf7be0a0e776e4e500e767600e654d8f4f6c2.zip
op-kernel-dev-b4fdf7be0a0e776e4e500e767600e654d8f4f6c2.tar.gz
staging: xgifb: checkpatch cleanup __func__
Replaced an instance of __FUNCTION__ with __func__ in XGI_main_26.c. Signed-off-by: Sam Hansen <solid.se7en@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/xgifb/XGI_main_26.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/XGI_main_26.c b/drivers/staging/xgifb/XGI_main_26.c
index 8fe6edab..a67f65d 100644
--- a/drivers/staging/xgifb/XGI_main_26.c
+++ b/drivers/staging/xgifb/XGI_main_26.c
@@ -57,7 +57,7 @@ static unsigned int refresh_rate;
#undef XGIFBDEBUG
#ifdef XGIFBDEBUG
-#define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __FUNCTION__ , ## args)
+#define DPRINTK(fmt, args...) printk(KERN_DEBUG "%s: " fmt, __func__ , ## args)
#else
#define DPRINTK(fmt, args...)
#endif
OpenPOWER on IntegriCloud