[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <202310220339.xnImSaRm-lkp@intel.com>
Date: Mon, 23 Oct 2023 09:00:30 +0800
From: kernel test robot <yujie.liu@...el.com>
To: <liuchang_125125@....com>, <jejb@...ux.ibm.com>,
<martin.petersen@...cle.com>, <linux-scsi@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: <oe-kbuild-all@...ts.linux.dev>, <mark.tao@...hubtech.com>,
<shaper.liu@...hubtech.com>, <thomas.hu@...hubtech.com>,
<chevron.li@...hubtech.com>, <charl.liu@...hubtech.com>,
Charl Liu <liuchang_125125@....com>
Subject: Re: [PATCH 3/9] scsi: bht: card: Add the source files related to
card initialization
Hi,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 401644852d0b2a278811de38081be23f74b5bb04]
url: https://github.com/intel-lab-lkp/linux/commits/liuchang_125125-163-com/scsi-Update-Kconfig-and-Makefile-for-supporting-Bayhub-s-SD-MMC-Card-interface-driver/20231017-123349
base: 401644852d0b2a278811de38081be23f74b5bb04
patch link: https://lore.kernel.org/r/20231013083320.10279-1-liuchang_125125%40163.com
patch subject: [PATCH 3/9] scsi: bht: card: Add the source files related to card initialization
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <yujie.liu@...el.com>
| Closes: https://lore.kernel.org/r/202310220339.xnImSaRm-lkp@intel.com/
includecheck warnings: (new ones prefixed by >>)
>> drivers/scsi/bht/card/cardinterface.c: ../include/card.h is included more than once.
>> drivers/scsi/bht/card/cardinterface.c: ../include/cmdhandler.h is included more than once.
--
>> drivers/scsi/bht/card/output_tuning.c: ../include/card.h is included more than once.
vim +23 drivers/scsi/bht/card/cardinterface.c
> 23 #include "../include/card.h"
24 #include "../include/cardapi.h"
25 #include "../include/hostapi.h"
26 #include "../include/transhapi.h"
27 #include "../include/hostvenapi.h"
28 #include "../include/util.h"
29 #include "../include/debug.h"
> 30 #include "../include/cmdhandler.h"
31 #include "../host/hostven.h"
> 32 #include "../include/card.h"
33 #include "../host/hostreg.h"
34 #include "../include/funcapi.h"
35 #include "../tagqueue/tq_trans_api.h"
> 36 #include "../include/cmdhandler.h"
37 #include "cardcommon.h"
38
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
Powered by blists - more mailing lists