Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: replace remaining __PRETTY_FUNCTION__ occurrences

The kernel is written in C, not C++, use __func__

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Harvey Harrison and committed by
Greg Kroah-Hartman
96e12fce 43bbb7e0

+1 -1
+1 -1
drivers/usb/image/microtek.c
··· 185 185 printk( KERN_DEBUG MTS_NAME x ) 186 186 187 187 #define MTS_DEBUG_GOT_HERE() \ 188 - MTS_DEBUG("got to %s:%d (%s)\n", __FILE__, (int)__LINE__, __PRETTY_FUNCTION__ ) 188 + MTS_DEBUG("got to %s:%d (%s)\n", __FILE__, (int)__LINE__, __func__ ) 189 189 #define MTS_DEBUG_INT() \ 190 190 do { MTS_DEBUG_GOT_HERE(); \ 191 191 MTS_DEBUG("transfer = 0x%x context = 0x%x\n",(int)transfer,(int)context ); \