Commit b4fdf7be authored by Sam Hansen's avatar Sam Hansen Committed by Greg Kroah-Hartman

staging: xgifb: checkpatch cleanup __func__

Replaced an instance of __FUNCTION__ with __func__ in XGI_main_26.c.
Signed-off-by: default avatarSam Hansen <solid.se7en@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cae9a7be
...@@ -57,7 +57,7 @@ static unsigned int refresh_rate; ...@@ -57,7 +57,7 @@ static unsigned int refresh_rate;
#undef XGIFBDEBUG #undef XGIFBDEBUG
#ifdef 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 #else
#define DPRINTK(fmt, args...) #define DPRINTK(fmt, args...)
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment