]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: vt6656: Replace embedded function name with __func__ in rf.c
authorDan Cashman <dan.a.cashman@gmail.com>
Sun, 2 Apr 2017 20:48:11 +0000 (13:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 10:51:23 +0000 (12:51 +0200)
commit04a218becbdf12d8ed5410f46f08a8a26724ab02
tree2b350069e0d00b82b43de9285546f8bc0a2e0625
parenta4dc9bd6a35d8b0c996e660206ba25eda92ab6d9
staging: vt6656: Replace embedded function name with __func__ in rf.c

Change embedded function name in vnt_rf_set_txpower with %s format with
__func__ argument to make it consistent with other part of if-else and
kernel coding style standards as reported by checkpatch.

Signed-off-by: Daniel Cashman <dan.a.cashman@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rf.c