[Nouveau] [Intel-gfx] [PATCH 5/5] drm/<drivers>: Constify struct drm_driver
kernel test robot
lkp at intel.com
Fri Oct 23 15:22:10 UTC 2020
Hi Daniel,
I love your patch! Perhaps something to improve:
[auto build test WARNING on drm-tip/drm-tip]
[cannot apply to drm-intel/for-linux-next drm-exynos/exynos-drm-next linus/master v5.9 next-20201023]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/Daniel-Vetter/drm-radeon-Stop-changing-the-drm_driver-struct/20201023-203020
base: git://anongit.freedesktop.org/drm/drm-tip drm-tip
config: arm64-randconfig-r011-20201022 (attached as .config)
compiler: aarch64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/0day-ci/linux/commit/9e2fdb03c9047a5d4b24b3e95f0370bcc59eec5e
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Daniel-Vetter/drm-radeon-Stop-changing-the-drm_driver-struct/20201023-203020
git checkout 9e2fdb03c9047a5d4b24b3e95f0370bcc59eec5e
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All warnings (new ones prefixed by >>):
>> drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:921:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration]
921 | const static struct drm_driver ade_driver = {
| ^~~~~
vim +/static +921 drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c
920
> 921 const static struct drm_driver ade_driver = {
922 .driver_features = DRIVER_GEM | DRIVER_MODESET | DRIVER_ATOMIC,
923 .fops = &ade_fops,
924 DRM_GEM_CMA_DRIVER_OPS,
925 .name = "kirin",
926 .desc = "Hisilicon Kirin620 SoC DRM Driver",
927 .date = "20150718",
928 .major = 1,
929 .minor = 0,
930 };
931
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 34713 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20201023/8a059f4f/attachment-0001.gz>
More information about the Nouveau
mailing list