tree:
https://github.com/jimc/linux.git dd-drm-redux
head: ed3eac8ceeea22a0d69d027aec059cbbb654b517
commit: 1241f739b6212e0a12f9c3d65f54468cf33e60c4 [7/8] drm_print: add choice to use
dynamic debug in drm-debug
reproduce: make htmldocs
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All warnings (new ones prefixed by >>):
include/drm/drm_print.h:340: warning: expecting prototype for
CONFIG_DRM_USE_DYNAMIC_DEBUG(). Prototype was for __drm_dbg() instead
vim +340 include/drm/drm_print.h
338
339 #define __drm_dbg(ecat, fmt, ...) \
340 ___drm_dbg(ecat, fmt, ##__VA_ARGS__)
341 #define
drm_dev_dbg(dev, ecat, fmt, ...) \
342 __drm_dev_dbg(dev, ecat, fmt, ##__VA_ARGS__)
343 #define CategoryByConf_(UT, prefix) UT
344
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org