Re: [PATCH v2] PM: domains: create debugfs nodes when adding power domains
From: kernel test robot
Date: Fri Dec 04 2020 - 19:10:01 EST
Hi Thierry,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on pm/linux-next]
[also build test WARNING on v5.10-rc6 next-20201204]
[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/Thierry-Strudel/PM-domains-create-debugfs-nodes-when-adding-power-domains/20201205-024734
base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next
config: arm-randconfig-r014-20201204 (attached as .config)
compiler: arm-linux-gnueabi-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/71df5f7c4c82d542710387ca7872ca90d29ee42d
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Thierry-Strudel/PM-domains-create-debugfs-nodes-when-adding-power-domains/20201205-024734
git checkout 71df5f7c4c82d542710387ca7872ca90d29ee42d
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@xxxxxxxxx>
All warnings (new ones prefixed by >>):
>> drivers/base/power/domain.c:31:28: warning: extra tokens at end of #include directive
31 | #include <linux/seq_file.h>4
| ^
vim +31 drivers/base/power/domain.c
26
27 #ifdef CONFIG_DEBUG_FS
28 #include <linux/pm.h>
29 #include <linux/device.h>
30 #include <linux/debugfs.h>
> 31 #include <linux/seq_file.h>4
32 #include <linux/init.h>
33 #include <linux/kobject.h>
34 static struct dentry *genpd_debugfs_dir;
35 #endif
36
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip