linux-stable/drivers/staging/most
Sidong Yang 4d7ce7c053 staging: most: replace function name to __func__
Fix checkpatch.pl warning message about logging code. Previous code
contains hard coded function name. Fix this code by using __func__
macro.

Signed-off-by: Sidong Yang <realwakka@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-01-22 11:44:08 +01:00
..
cdev staging: most: cdev: bundle module variables in structure 2017-11-27 09:20:37 +01:00
dim2 staging: most: replace function name to __func__ 2018-01-22 11:44:08 +01:00
Documentation staging: most: add ABI documentation 2017-11-27 09:20:37 +01:00
i2c staging: most: remove proprietary kobjects 2017-11-27 09:20:34 +01:00
net staging: most: convert macro to static function 2018-01-08 16:36:00 +01:00
sound staging: most: fix comment sections 2017-11-27 09:20:36 +01:00
usb staging: most: Fix identifiers to function parameters 2018-01-08 16:34:25 +01:00
video staging: most: core: fix formatting 2017-11-27 09:20:36 +01:00
core.c staging: most: Avoid trailing semicolon for macros 2018-01-08 16:34:25 +01:00
core.h staging: most: core: fix data type 2017-11-27 09:20:37 +01:00
Kconfig staging: most: video: rename module 2017-11-27 09:20:34 +01:00
Makefile staging: most: fix Makefile 2017-11-28 13:34:59 +01:00
TODO