staging: wlags49_h2: Use C99 __func__
authorDavid Kilroy <kilroyd@googlemail.com>
Sat, 1 Oct 2011 08:43:48 +0000 (09:43 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Oct 2011 17:41:06 +0000 (10:41 -0700)
in DBG machinery so you don't have to declare DBG_FUNC at
the start of all functions.

This just makes it easy to add DBG conforming to existing code.

The patch reformats the changed #defines to satisfy checkstyle.pl

Signed-off-by: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found